Cleaned up styles, squishy crab, better language switching

This commit is contained in:
Ben Grant 2021-05-31 20:33:37 +10:00
parent bb4b6468b4
commit 17290562c8
16 changed files with 140 additions and 133 deletions

View file

@ -41,6 +41,6 @@ export const useTWAStore = create(set => ({
}));
export const useLocaleUpdateStore = create(set => ({
locale: undefined,
locale: 'en',
setLocale: locale => set({ locale }),
}));