diff --git a/components/TenantDropdown.vue b/components/TenantDropdown.vue
index 039860a..fa5eb6f 100644
--- a/components/TenantDropdown.vue
+++ b/components/TenantDropdown.vue
@@ -15,7 +15,7 @@ const selectedTenant = ref(auth.user.tenant_id)
v-model="selectedTenant"
>
-
+
{{auth.tenants.find(i => auth.activeTenant === i.id).name}}
diff --git a/layouts/default.vue b/layouts/default.vue
index 225873b..9cb6dbc 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -114,7 +114,7 @@ const footerLinks = [