From 3cf246cc31ad9db6726875d874641a9583722384 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 19 Apr 2024 17:43:32 +0100 Subject: [PATCH] Add profile button in navigation --- .../Navigation/AccountDropdownList.tsx | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/components/Navigation/AccountDropdownList.tsx b/src/components/Navigation/AccountDropdownList.tsx index fcace5119..ca828031c 100644 --- a/src/components/Navigation/AccountDropdownList.tsx +++ b/src/components/Navigation/AccountDropdownList.tsx @@ -1,4 +1,12 @@ -import { ChevronRight, LogOut, Map, Plus, User2, Users2 } from 'lucide-react'; +import { + ChevronRight, + LogOut, + Map, + Plus, + SquareUserRound, + User2, + Users2, +} from 'lucide-react'; import { logout } from './navigation'; import { CreateRoadmapModal } from '../CustomRoadmap/CreateRoadmap/CreateRoadmapModal.tsx'; import { useState } from 'react'; @@ -23,6 +31,20 @@ export function AccountDropdownList(props: AccountDropdownListProps) { Account +
  • + + + + Profile + + + New + + +