Skip to content

Commit

Permalink
change link position
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefdl committed Oct 16, 2024
1 parent c7799ab commit 106fe4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ import TagoCoreBlackLogo from "../icons/logos/tagocore-black.svg?raw";
<div class="right">
<a href="/#pricing" class="pricing item color-primary-hover"> Pricing </a>

<a href="https://docs.tagocore.com" target="_blank" rel="noopener noreferrer" class="docs item color-primary-hover">
Docs
</a>

<a href="/#download" class="download item color-primary-hover">
Download
</a>

<a href="https://docs.tagocore.com" target="_blank" rel="noopener noreferrer" class="docs item color-primary-hover">
Documentation
</a>
</div>
</div>
</header>
Expand Down

0 comments on commit 106fe4c

Please sign in to comment.