fix typos
This commit is contained in:
parent
3482283c02
commit
ee2e9d9bff
@ -792,7 +792,7 @@ const handleTwitchMessage = (event) => {
|
||||
<Card.Title>Upgrade to Pro</Card.Title>
|
||||
<Card.Description>
|
||||
{#if !data?.user || data?.user?.tier !== "Pro" || data?.user?.freeTrial === true}
|
||||
Get unlimit access to all features
|
||||
Get unlimited access to all features
|
||||
{/if}
|
||||
</Card.Description>
|
||||
</Card.Header>
|
||||
|
||||
@ -87,7 +87,7 @@ let allBlogPosts = data?.getAllBlogPost;
|
||||
<div class="text-sm sm:text-[1rem] breadcrumbs ml-4">
|
||||
<ul>
|
||||
<li><a href="/" class="text-gray-300">Home</a></li>
|
||||
<li class="text-gray-300">Top Shorted Stocks</li>
|
||||
<li class="text-gray-300">Blog Posts</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user