added scroll to top button

This commit is contained in:
Edward Tirado Jr 2025-07-13 00:09:58 -05:00
parent af44880f59
commit 2193064f3a
4 changed files with 124 additions and 69 deletions

View file

@ -24,6 +24,7 @@
<script lang="ts" setup>
import { hasToken } from "~/composables/hasToken";
import ProfileMenu from "~/components/common/menus/ProfileMenu.vue";
const authenticated = computed(() => hasToken());
</script>