We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd9e03 commit db8eafbCopy full SHA for db8eafb
app/components/admin/SidebarLink.vue
@@ -17,7 +17,7 @@ defineProps<{
17
18
<style scoped>
19
.link {
20
- @apply flex items-center px-2.5 py-2 rounded-xl whitespace-nowrap text-zinc-600 hover:bg-zinc-50 hover:border hover:border-zinc-100;
+ @apply flex items-center px-2.5 py-2 rounded-xl whitespace-nowrap text-zinc-600 hover:bg-zinc-50 hover:border-zinc-100;
21
}
22
23
.link-active {
0 commit comments