We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LuUser2
LuUser
Navbar
1 parent 6610013 commit 435d178Copy full SHA for 435d178
src/components/dashboard/navbar.tsx
@@ -16,7 +16,7 @@ import Image from 'next/image'
16
import { useRouter } from 'next/navigation'
17
import React from 'react'
18
import { useTranslation } from 'react-i18next'
19
-import { LuUser2 } from 'react-icons/lu'
+import { LuUser } from 'react-icons/lu'
20
import { Avatar, AvatarFallback } from '../ui/avatar'
21
import { Button } from '../ui/button'
22
import { Sheet, SheetContent, SheetTrigger } from '../ui/sheet'
@@ -84,7 +84,7 @@ function Navbar(): JSX.Element {
84
</div>
85
<Avatar className={'float-right ml-3'}>
86
<AvatarFallback>
87
- <LuUser2 size={22} />
+ <LuUser size={22} />
88
</AvatarFallback>
89
</Avatar>
90
0 commit comments