diff --git a/modules/gui/src-tauri/tauri.conf.json b/modules/gui/src-tauri/tauri.conf.json index 8acf328..836072e 100644 --- a/modules/gui/src-tauri/tauri.conf.json +++ b/modules/gui/src-tauri/tauri.conf.json @@ -15,7 +15,7 @@ "http": { "all": true, "request": true, - "scope": ["https://api.tea.xyz/v1/*", "https://github.com/*"] + "scope": ["https://api.tea.xyz/v1/*", "https://github.com/*", "https://app.tea.xyz/*"] }, "shell": { "all": true, diff --git a/modules/gui/src/components/PackageBanner/PackageBanner.svelte b/modules/gui/src/components/PackageBanner/PackageBanner.svelte index a3f9012..10fd92b 100644 --- a/modules/gui/src/components/PackageBanner/PackageBanner.svelte +++ b/modules/gui/src/components/PackageBanner/PackageBanner.svelte @@ -1,12 +1,15 @@ @@ -33,6 +44,9 @@ {pkg.desc} + + +
{pkg.desc}