chore: remove empty string for react

This commit is contained in:
zernonia 2023-09-06 14:35:54 +08:00
parent c677f55f42
commit 31e30b0b18
2 changed files with 3 additions and 3 deletions

View File

@ -165,13 +165,13 @@ const selectedTeam = ref<Team>(groups[0].teams[0])
</SelectTrigger> </SelectTrigger>
<SelectContent> <SelectContent>
<SelectItem value="free"> <SelectItem value="free">
<span class="font-medium">Free</span> -{" "} <span class="font-medium">Free</span> -
<span class="text-muted-foreground"> <span class="text-muted-foreground">
Trial for two weeks Trial for two weeks
</span> </span>
</SelectItem> </SelectItem>
<SelectItem value="pro"> <SelectItem value="pro">
<span class="font-medium">Pro</span> -{" "} <span class="font-medium">Pro</span> -
<span class="text-muted-foreground"> <span class="text-muted-foreground">
$9/month per user $9/month per user
</span> </span>

View File

@ -14,7 +14,7 @@
The King's Plan The King's Plan
</h2> </h2>
<p class="leading-7 [&:not(:first-child)]:mt-6"> <p class="leading-7 [&:not(:first-child)]:mt-6">
The king thought long and hard, and finally came up with{" "} The king thought long and hard, and finally came up with
<a <a
href="#" href="#"
class="font-medium text-primary underline underline-offset-4" class="font-medium text-primary underline underline-offset-4"