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>
|
</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>
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user