mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-29 01:28:29 +00:00
fix typo
This commit is contained in:
parent
ca73d98214
commit
c367fb6ce7
|
@ -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