Skip to content

Commit

Permalink
Mobile login hover effect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IsItGreg committed Apr 6, 2024
1 parent dffc235 commit 58b9dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<div class="flex flex-col gap-6 px-4 text-center mt-16 max-w-[360px] mx-auto">
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/try-free/" "Text" "Try Redis" "Width" "full") }}
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/meeting/" "Text" "Book a meeting" "Width" "full" "AltColors" true) }}
<a class="font-mono text-sm hover:underline hover:font-bold" href="">Login →</a>
<a class="font-mono text-sm hover:font-bold hover:text-redis-yellow-500" href="">Login →</a>
</div>
</div>
<div id="productsPage" class="menuPage hidden overflow-y-scroll mt-16 px-4 py-6">
Expand Down

0 comments on commit 58b9dc6

Please sign in to comment.