Skip to content

Commit

Permalink
feat: add introduce modal at hamburger
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwww committed Dec 13, 2024
1 parent 8f65cb6 commit 8aa44e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/(protected)/main/_components/ui/HamburgerButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ const HamburgerButton = ({ userData }: { userData: UserType }) => {
</Button> */}
<Button
variant={'secondary'}
onClick={() => onOpen(MODAL_TYPE.INTRODUCE)}
>
서비스 소개 보기
</Button>
<Button
variant={'destructive'}
onClick={() => signOut({ callbackUrl: ROUTES.LANDING })}
>
로그아웃
Expand Down

0 comments on commit 8aa44e9

Please sign in to comment.