diff --git a/dashboard/src/components/PublicPageLayout.vue b/dashboard/src/components/PublicPageLayout.vue index aca93107e..33e006798 100644 --- a/dashboard/src/components/PublicPageLayout.vue +++ b/dashboard/src/components/PublicPageLayout.vue @@ -7,6 +7,10 @@ defineProps({ type: String, default: '', }, + iconUrl: { + type: String, + default: `${API_ORIGIN}/api/v1/cloudron/avatar`, + }, }); @@ -15,12 +19,12 @@ defineProps({