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>
<SelectContent>
<SelectItem value="free">
<span class="font-medium">Free</span> -{" "}
<span class="font-medium">Free</span> -
<span class="text-muted-foreground">
Trial for two weeks
</span>
</SelectItem>
<SelectItem value="pro">
<span class="font-medium">Pro</span> -{" "}
<span class="font-medium">Pro</span> -
<span class="text-muted-foreground">
$9/month per user
</span>

View File

@ -14,7 +14,7 @@
The King's Plan
</h2>
<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
href="#"
class="font-medium text-primary underline underline-offset-4"