Skip to content

Commit

Permalink
Merge pull request #23 from zertrin/patch-1
Browse files Browse the repository at this point in the history
Fix typo in licenses.astro
  • Loading branch information
elijames-codecov committed Aug 3, 2024
2 parents 4496c15 + 573706e commit 4b7758c
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 4b7758c

Please sign in to comment.