fix: linting errors

This commit is contained in:
Huskydog9988
2025-05-08 19:26:46 -04:00
parent bf691a7f5c
commit df291c3e9a
4 changed files with 8 additions and 13 deletions
+2 -6
View File
@@ -63,7 +63,7 @@
class="sticky lg:hidden top-0 z-40 flex h-16 justify-between items-center gap-x-4 border-b border-zinc-700 bg-zinc-950 px-4 shadow-sm sm:gap-x-6 sm:px-6 lg:px-8"
>
<NuxtLink :to="homepageURL">
<DropWordmark class="mb-0.5" />
<DropWordmark class="mb-0.5" />
</NuxtLink>
<div class="flex gap-x-4 lg:gap-x-6">
@@ -183,11 +183,7 @@
</template>
<script setup lang="ts">
import {
BellIcon,
UserGroupIcon,
ArrowDownTrayIcon,
} from "@heroicons/vue/16/solid";
import { BellIcon, UserGroupIcon } from "@heroicons/vue/16/solid";
import {
Dialog,
DialogPanel,