Skip to content

Commit 435d178

Browse files
authored
AYS-907 | Replace LuUser2 with LuUser in Navbar (#362)
1 parent 6610013 commit 435d178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dashboard/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Image from 'next/image'
1616
import { useRouter } from 'next/navigation'
1717
import React from 'react'
1818
import { useTranslation } from 'react-i18next'
19-
import { LuUser2 } from 'react-icons/lu'
19+
import { LuUser } from 'react-icons/lu'
2020
import { Avatar, AvatarFallback } from '../ui/avatar'
2121
import { Button } from '../ui/button'
2222
import { Sheet, SheetContent, SheetTrigger } from '../ui/sheet'
@@ -84,7 +84,7 @@ function Navbar(): JSX.Element {
8484
</div>
8585
<Avatar className={'float-right ml-3'}>
8686
<AvatarFallback>
87-
<LuUser2 size={22} />
87+
<LuUser size={22} />
8888
</AvatarFallback>
8989
</Avatar>
9090
</div>

0 commit comments

Comments
 (0)