1
0
Fork 0
forked from mirror/cinny
This commit is contained in:
Ajay Bura 2024-01-23 16:31:27 +05:30
parent ca73d98214
commit c367fb6ce7

View file

@ -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