diff --git a/frontend/components/global/Header.vue b/frontend/components/global/Header.vue index 3341176..73d0106 100644 --- a/frontend/components/global/Header.vue +++ b/frontend/components/global/Header.vue @@ -3,6 +3,7 @@ import useGetAccount from "~/composables/api/account/useGetAccount"; import { useAuth } from "~/composables/api/auth/useAuth"; +import useBaseUrl from "~/composables/global/useBaseUrl"; // types @@ -15,6 +16,7 @@ type NavLink = { const { data: account } = useGetAccount(); const { logout } = useAuth(); +const baseUrl = useBaseUrl(); const nav_links = ref([ { @@ -45,45 +47,44 @@ const nav_links = ref([
-
- - -
+
+
+ + + + + + +
- - - - -
- - - + + {{ link.title }} + +
+ +
+ LOGO +
+