Skip to content

Commit

Permalink
Fix typo in licenses.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
zertrin authored Aug 3, 2024
1 parent c43a3b1 commit 573706e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/licenses.astro
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const gridHeaderText = 'block text-[0.75rem] font-[600] leading-[120%] tracking-
<span class={gridHeaderText}>Eventual OSS</span>
</div>
<div class="w-3/12 h-[100%] flex items-center">
<span class={gridHeaderText}>Feautre Complete</span>
<span class={gridHeaderText}>Feature Complete</span>
</div>
<div class="w-3/12 h-[100%] flex items-center">
<span class={gridHeaderText}>Examples</span>
Expand Down Expand Up @@ -201,4 +201,4 @@ const gridHeaderText = 'block text-[0.75rem] font-[600] leading-[120%] tracking-

</Section>
</main>
</Layout>
</Layout>

0 comments on commit 573706e

Please sign in to comment.