diff --git a/frontend/components/Sidebar.vue b/frontend/components/Sidebar.vue index 7433fb2..418314d 100644 --- a/frontend/components/Sidebar.vue +++ b/frontend/components/Sidebar.vue @@ -3,6 +3,7 @@ const isSidebarActive = useSidebar() const user = useUser() const sidebar = ref() +const openSetting = ref(false) type UserOption = { title: string @@ -81,6 +82,25 @@ onClickOutside(sidebar, () => { +
+
+
Settings
+ +
+
+ Delete Account +
+