Skip to content

Commit

Permalink
Fix link in header
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jun 15, 2024
1 parent 4d6d4a3 commit 4c4000e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<div class="font-black">PERIOD</div>
</div>
<div class="flex items-center gap-2 md:gap-6">
<a href="https://github.com/thephpleague/period" class="hidden sm:flex text-white transition-all hover-button rounded-full">
<a href="https://github.com/thephpleague/period" target="_blank" class="hidden sm:flex text-white transition-all hover-button rounded-full">
<img src="/assets/img/github-logo.svg" alt="Github" class=""/>
</a>
<a href="{{ site.data.project.releases.current.documentation_link}}" target="_blank" class="px-2 py-2 sm:px-6 sm:py-3 rounded-full text-xs md:text-lg font-bold text-white bg-period-base transition-all whitespace-nowrap hover-button">documentation</a>
<a href="{{ site.data.project.releases.current.documentation_link}}" class="px-2 py-2 sm:px-6 sm:py-3 rounded-full text-xs md:text-lg font-bold text-white bg-period-base transition-all whitespace-nowrap hover-button">documentation</a>
<a href="https://github.com/sponsors/nyamsprod" target="_blank" class="px-2 py-2 sm:px-6 sm:py-3 rounded-full text-xs md:text-lg font-bold text-white bg-period-dark whitespace-nowrap hover-button">Become a sponsor</a>
</div>
</div>
Expand Down

0 comments on commit 4c4000e

Please sign in to comment.