chore: settings page refactoring (#2477)

* chore: implemented project layout and integrated sidebar component

* chore: implemented workspace layout and integrated sidebar component
This commit is contained in:
Anmol Singh Bhatia 2023-10-18 19:17:02 +05:30 committed by GitHub
parent 0ec0ca133a
commit c270c8689f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 1708 additions and 1747 deletions

View file

@ -173,7 +173,6 @@ export const NotificationPopover = () => {
title="You're updated with all the notifications"
description="You have read all the notifications."
image={emptyNotification}
isFullScreen={false}
/>
</div>
)