chore: remove empty string for react
This commit is contained in:
parent
c677f55f42
commit
31e30b0b18
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user