From 3ce8420bc101e1112c8439deee8bb2e38c5468dd Mon Sep 17 00:00:00 2001 From: Till JS Date: Thu, 16 Apr 2026 12:40:51 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20drop=20duplicate=20manaHref=20=E2=80=94?= =?UTF-8?q?=20Credits=20&=20Abo=20is=20the=20single=20billing=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After merging /mana into the credits workbench app, both manaHref and creditsHref pointed to /?app=credits, rendering two identical dropdown entries ("Mana" + "Credits"). Drop manaHref so only the "Credits" entry remains. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/mana/apps/web/src/routes/(app)/+layout.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/mana/apps/web/src/routes/(app)/+layout.svelte b/apps/mana/apps/web/src/routes/(app)/+layout.svelte index a0dc481bd..5c2caf658 100644 --- a/apps/mana/apps/web/src/routes/(app)/+layout.svelte +++ b/apps/mana/apps/web/src/routes/(app)/+layout.svelte @@ -981,7 +981,6 @@ currentSyncLabel={syncStatus.label} {appItems} {userEmail} - manaHref="/?app=credits" profileHref="/?app=profile" spiralHref="/?app=spiral" creditsHref="/?app=credits"