@@ -134,6 +136,7 @@
import { useClient } from '@/plugins/api.js';
import { useI18n } from 'vue-i18n';
import { mdiEye, mdiEyeOff } from '@mdi/js';
+ import { branding } from '@/branding/branding.js';
const { t } = useI18n();
const clientApi = useClient();
@@ -185,6 +188,10 @@
@apply z-10;
}
+ .auth-illustration {
+ @apply h-auto w-full max-w-xs;
+ }
+
/* Override Vuetify's default padding to accommodate our icon */
:deep(.v-field__append-inner) {
padding-inline-start: 0;
@@ -195,7 +202,7 @@
{
"en": {
"title": "Create your account",
- "alt": "Hutopy Registration",
+ "alt": "Socialize registration",
"name": "Full Name",
"email": "Email",
"password": "Password",
@@ -215,7 +222,7 @@
},
"fr": {
"title": "Créer votre compte",
- "alt": "Inscription Hutopy",
+ "alt": "Inscription Socialize",
"name": "Nom complet",
"email": "Email",
"password": "Mot de passe",
diff --git a/frontend/src/layouts/main/AppSidebar.vue b/frontend/src/layouts/main/AppSidebar.vue
index 7b9eda5..d874769 100644
--- a/frontend/src/layouts/main/AppSidebar.vue
+++ b/frontend/src/layouts/main/AppSidebar.vue
@@ -8,6 +8,8 @@
import { getNotificationRoute } from '@/features/notifications/notificationRoutes.js';
import { useContentItemsStore } from '@/features/content/stores/contentItemsStore.js';
import { useCampaignsStore } from '@/features/campaigns/stores/campaignsStore.js';
+ import { branding } from '@/branding/branding.js';
+ import BrandMark from '@/components/branding/BrandMark.vue';
import SidebarUserMenu from './SidebarUserMenu.vue';
import {
mdiBellOutline,
@@ -253,14 +255,14 @@
:class="{ 'brand-link-collapsed': !isExpanded }"
to="/"
>
- S
+
- Socialize
+ {{ branding.productName }}
- S
+
- Socialize
+ {{ branding.productName }}