fix: render configured webapp title on entry

This commit is contained in:
3252a8
2026-06-05 15:55:38 +03:00
parent 4b2faa87bb
commit 7700b294b7
7 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
export let config = {};
export let mockData = {};
const title = config.title || "/minishop";
const title = config.title || "Subscription";
const logoUrl = config.logoUrl || "/webapp-default-logo.webp";
const plans = mockData.plans || [];
const sub = mockData.subscription || {};