From d51f9ed79291731585fdb0fc6089529c0b0c3efd Mon Sep 17 00:00:00 2001 From: karmaking Date: Tue, 11 Nov 2025 11:08:56 +0100 Subject: [PATCH] fix subscriptions link --- src/routes/+layout.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index ac5b3f0..3ab24c0 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -73,9 +73,9 @@ href: '/consumers/register', iconComponent: KeyRound }, - // ...(data.SUBSCRIPTIONS_URL - // ? [{ href: data.SUBSCRIPTIONS_URL, label: 'Subscriptions', iconComponent: Star }] - // : []), + ...(data.externalLinks.SUBSCRIPTIONS_URL + ? [{ href: data.externalLinks.SUBSCRIPTIONS_URL, label: 'Subscriptions', iconComponent: Star }] + : []), //{ label: 'Onboarding', href: '/intro', iconComponent: UserPlus }, //{ label: 'Consent Simulator', href: '/hola', iconComponent: ShieldUser }, //{ label: 'FAQs', href: '/faq', iconComponent: MessageCircleQuestion },