Skip to content

Commit

Permalink
Update src/components/NavBar/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Zoltu <[email protected]>
  • Loading branch information
KillariDev and MicahZoltu authored Jan 24, 2024
1 parent db6cf57 commit 6573544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Navbar = ({ blur }: { blur: boolean }) => {

const [accountDrawerOpen, toggleAccountDrawer] = useAccountDrawer()

const handleHorsIconClick = useCallback(() => {
const handleHorIconClick = useCallback(() => {
if (accountDrawerOpen) {
toggleAccountDrawer()
}
Expand Down

0 comments on commit 6573544

Please sign in to comment.