Skip to content

Commit

Permalink
Centered the text, might not be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
FegelSamuel committed Feb 8, 2024
1 parent 99fd443 commit 126d6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavLinkButton.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template lang="pug">
NuxtLink.items-center.px-2.py-2.text-base.font-medium.rounded-md.text-green-600.cursor-pointer(style="border: 1px solid #c4c4c4;" class='hover:text-white hover:bg-gray-600' :to="to")
NuxtLink.items-center.px-2.py-2.text-base.font-medium.rounded-md.text-green-600.cursor-pointer(style="text-align:center; border: 1px solid #c4c4c4;" class='hover:text-white hover:bg-gray-600' :to="to")
slot
</template>

Expand Down

0 comments on commit 126d6cb

Please sign in to comment.