Skip to content

Commit 2e0e2ac

Browse files
committed
fix(demo): return titlebar close to landing
1 parent 0cef8d4 commit 2e0e2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TitleBar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
async function closeWindow() {
164164
console.log("close clicked");
165165
if (isDemoBuild && variant === "main") {
166-
push("/");
166+
push("/landing");
167167
return;
168168
}
169169
await saveMainWindowStateIfNeeded();

0 commit comments

Comments
 (0)