Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

Added Theme constant to Localstorage for improved theme management

yoginth.com b693dba1 576bf946

verified
+2 -1
+2 -1
packages/data/storage.ts
··· 3 3 PreferencesStore: "preferences.store", 4 4 AccountStore: "account.store", 5 5 SearchStore: "search.store", 6 - HomeTabStore: "home-tab.store" 6 + HomeTabStore: "home-tab.store", 7 + Theme: "theme" 7 8 };