Skip to content

Commit 7a4772f

Browse files
committed
rename wagtail-theme to demo-theme
1 parent 8911d22 commit 7a4772f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bakerydemo/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
function updateThemeMode(event, { isInitial = false } = {}) {
3333
const DARK = "dark";
3434
const LIGHT = "light";
35-
const STORAGE_KEY = "wagtail-theme";
35+
const STORAGE_KEY = "demo-theme";
3636

3737
let currentMode;
3838
let applyMode;

0 commit comments

Comments
 (0)