Skip to content

Commit

Permalink
Fixed 'Learn More' link
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsrns committed May 18, 2024
1 parent fcef081 commit 56c96b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/home.webc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</h4>
</div>

<a href="/about">
<a href="/tailwind-infinix-website/about">
<div
class="relative cursor-pointer z-0 text-center my-0 p-3 rounded-md shadow-lg before:bg-rainbow before:bg-repeat before:absolute before:-top-1 before:-left-1 before:bg-[length:400%_400%] before:-z-[1] before:w-[calc(100%+0.5rem)] before:h-[calc(100%+0.5rem)] before:animate-borderglow before:opacity-0 before:transition-opacity before:rounded-md before:hover:opacity-100 after:-z-[1] after:absolute after:w-full after:h-full after:top-0 after:left-0 after:rounded-md after:bg-primary after:hover:bg-yellow-400 after:transition-colors"
>
Expand Down
2 changes: 1 addition & 1 deletion static/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h4 align="center" style="text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); font-size
</h4>
</div>

<a href="/about">
<a href="/tailwind-infinix-website/about">
<div class="relative cursor-pointer z-0 text-center my-0 p-3 rounded-md shadow-lg before:bg-rainbow before:bg-repeat before:absolute before:-top-1 before:-left-1 before:bg-[length:400%_400%] before:-z-[1] before:w-[calc(100%+0.5rem)] before:h-[calc(100%+0.5rem)] before:animate-borderglow before:opacity-0 before:transition-opacity before:rounded-md before:hover:opacity-100 after:-z-[1] after:absolute after:w-full after:h-full after:top-0 after:left-0 after:rounded-md after:bg-primary after:hover:bg-yellow-400 after:transition-colors">
<h4 class="text-2xl">Learn More</h4>
</div>
Expand Down

0 comments on commit 56c96b2

Please sign in to comment.