diff --git a/app/javascript/src/javascripts/utility/storage.js b/app/javascript/src/javascripts/utility/storage.js index 2a119e4de..1a6891c20 100644 --- a/app/javascript/src/javascripts/utility/storage.js +++ b/app/javascript/src/javascripts/utility/storage.js @@ -47,7 +47,7 @@ StorageUtils.bootstrapMany(LStorage.Site); // Any changes here must be reflected there as well LStorage.Theme = { /** @returns {string} Main theme */ - Main: ["theme", "hexagon"], + Main: ["theme", "phonon"], /** @returns {string} Extra theme / seasonal decotrations */ Extra: ["theme-extra", "hexagon"],