diff --git a/dashboard/src/components/PublicPageLayout.vue b/dashboard/src/components/PublicPageLayout.vue index 59d430597..b52e05277 100644 --- a/dashboard/src/components/PublicPageLayout.vue +++ b/dashboard/src/components/PublicPageLayout.vue @@ -11,6 +11,10 @@ defineProps({ type: String, default: `${API_ORIGIN}/api/v1/cloudron/avatar`, }, + cloudronName: { + type: String, + default: 'Cloudron', + } }); @@ -20,11 +24,13 @@ defineProps({
+
{{ cloudronName }}
@@ -94,8 +100,8 @@ defineProps({ } } -.public-page-layout-left img { - margin-bottom: 20%; +.public-page-layout-left .cloudron-avatar { + margin-bottom: 20px; border-radius: 10px; } diff --git a/dashboard/src/components/SetupAccount.vue b/dashboard/src/components/SetupAccount.vue index a58b933bf..5e10ce91f 100644 --- a/dashboard/src/components/SetupAccount.vue +++ b/dashboard/src/components/SetupAccount.vue @@ -104,13 +104,11 @@ onMounted(async () => {