Skip to content

Commit

Permalink
fix: style of NeLink
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Apr 10, 2024
1 parent 531f7c7 commit b2c0ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NeLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<template>
<a
rel="noreferrer"
class="cursor-pointer text-primary-700 hover:text-primary-800 dark:text-primary-300 dark:hover:text-primary-200"
class="cursor-pointer font-medium text-primary-700 hover:text-primary-800 dark:text-primary-300 dark:hover:text-primary-200"
>
<slot />
</a>
Expand Down

0 comments on commit b2c0ae1

Please sign in to comment.