diff --git a/frontend/src/components/BrandLogo.vue b/frontend/src/components/BrandLogo.vue new file mode 100644 index 0000000..3db3d76 --- /dev/null +++ b/frontend/src/components/BrandLogo.vue @@ -0,0 +1,21 @@ + + + + + (vcard4reseller) + + + + diff --git a/frontend/src/layouts/DashboardLayout.vue b/frontend/src/layouts/DashboardLayout.vue index c4addfe..7cc091a 100644 --- a/frontend/src/layouts/DashboardLayout.vue +++ b/frontend/src/layouts/DashboardLayout.vue @@ -2,6 +2,7 @@ import { computed } from 'vue' import { RouterLink, RouterView, useRouter } from 'vue-router' import { useAuthStore } from '@/stores/auth' +import BrandLogo from '@/components/BrandLogo.vue' const auth = useAuthStore() const router = useRouter() @@ -52,7 +53,7 @@ async function stopImpersonation() {