Skip to content

Commit

Permalink
feat: logout system
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunyawat Naunnak committed Jul 1, 2024
1 parent f013610 commit 72a2748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/NavbarUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const NavbarUser = () => {
<div className="flex h-[88px] w-[88px]">
<a
href="/users/home"
className="items-center justify-center hover:cursor-pointer mt-3"
className="mt-3 items-center justify-center hover:cursor-pointer"
>
<Image
src={"/picture/yellowBox.svg"}
Expand Down

0 comments on commit 72a2748

Please sign in to comment.