Skip to content

Commit

Permalink
fix(navbar): 🐛 fix dl button for real
Browse files Browse the repository at this point in the history
  • Loading branch information
404-Program-not-found committed Jun 29, 2023
1 parent f4e405a commit 948ee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Head.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</a>
<a
id="dl"
url="/#download"
href="/#download"
class="flex items-center justify-center gap-x-2 overflow-hidden rounded-3xl px-1 py-1 font-semibold capitalize text-white transition duration-75 hover:scale-105 hover:border-neutral-600 hover:bg-transparent hover:text-white focus:scale-105 focus:border-neutral-600 focus:bg-transparent focus:text-white focus:outline-none focus:ring focus:ring-neutral-300 active:scale-110 active:rounded-2xl active:duration-150 sm:px-2 sm:py-2 md:border md:border-white md:bg-white md:text-black xl:pl-3 xl:pr-4"
@mouseenter="hoverAnimate"
@mouseleave="cancelAnimate"
Expand Down

0 comments on commit 948ee75

Please sign in to comment.