From 4802ac073ede3a1bf825aacd6e839cd7edc317bb Mon Sep 17 00:00:00 2001 From: Padreug Date: Wed, 17 Jun 2026 18:56:30 +0200 Subject: [PATCH] feat(layout): hide "Back to hub" for the events-only launch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment out the profile sheet's "Back to hub" link (and its hubRootUrl) since only the events app ships first — nothing to go back to yet. The commented markup swaps the old Home icon for the HUB's brand-kit logo (noted as a @brand-hub-logo alias to add when re-enabled — the hub logo, not the per-standalone @brand-app-logo) so it's ready to re-enable when the hub launches. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/components/layout/ProfileSheetContent.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/layout/ProfileSheetContent.vue b/src/components/layout/ProfileSheetContent.vue index ce082b7..9d3f5fe 100644 --- a/src/components/layout/ProfileSheetContent.vue +++ b/src/components/layout/ProfileSheetContent.vue @@ -1,7 +1,7 @@