Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions client/src/pages/profile/Notifications.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState } from 'react';
import { Drawer, DrawerBody, DrawerContent, DrawerHeader, DrawerOverlay, useDisclosure } from '@chakra-ui/react';
import { Drawer, DrawerBody, DrawerCloseButton, DrawerContent, DrawerHeader, DrawerOverlay, useDisclosure } from '@chakra-ui/react';
import { useColorMode } from '@chakra-ui/react';
import { useSelector } from 'react-redux';
import { selectUserData } from '../../features/AuthSlice';
Expand Down Expand Up @@ -83,13 +83,13 @@ function Notifications({ theme }) {
<Drawer isOpen={isOpen} onClose={onClose} size={'lg'}>
<DrawerOverlay />
<DrawerContent>

<DrawerCloseButton/>
<DrawerHeader>

</DrawerHeader>

<DrawerBody>
<h1>Notification is empty</h1>
<h1 className='text-center font-bold text-2xl'>Notification is empty</h1>
</DrawerBody>

</DrawerContent>
Expand Down
Binary file modified server/instance/database.db
Binary file not shown.