Cleaned up styles, squishy crab, better language switching
This commit is contained in:
parent
bb4b6468b4
commit
17290562c8
16 changed files with 140 additions and 133 deletions
|
|
@ -41,6 +41,6 @@ export const useTWAStore = create(set => ({
|
|||
}));
|
||||
|
||||
export const useLocaleUpdateStore = create(set => ({
|
||||
locale: undefined,
|
||||
locale: 'en',
|
||||
setLocale: locale => set({ locale }),
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue