Skip to content

Commit

Permalink
fix "View the Docs" button style
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 30, 2023
1 parent 5ba9765 commit 18f85cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/website/src/components/DocsCta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ import ButtonLink from './ButtonLink.astro'

<div class="flex items-center flex-col gap-8 pb-12">
<h3 class="heading">Ready for the deep dive?</h3>
<ButtonLink href="/about/">View the Docs</ButtonLink>
<div class="not-content">
<ButtonLink href="/about/">View the Docs</ButtonLink>
</div>
</div>

0 comments on commit 18f85cc

Please sign in to comment.