fix: render configured webapp title on entry
This commit is contained in:
@@ -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 || {};
|
||||
|
||||
Reference in New Issue
Block a user