forked from mirror/cinny
fix typo
This commit is contained in:
parent
ca73d98214
commit
c367fb6ce7
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ export function FeatureCheck({ children }: { children: ReactNode }) {
|
|||
<Box style={{ padding: config.space.S400 }} direction="Column" gap="400">
|
||||
<Text>Missing Browser Feature</Text>
|
||||
<Text size="T300" priority="400">
|
||||
No IndexedDB supported Found. This application requires IndexedDB to store session
|
||||
data locally, Please make sure your browser support Indexed DB and have it enabled.
|
||||
No IndexedDB support found. This application requires IndexedDB to store session
|
||||
data locally. Please make sure your browser support IndexedDB and have it enabled.
|
||||
</Text>
|
||||
<Text size="T200">
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue