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 2bcfc88 commit e0b40ae
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 @@ -95,7 +95,7 @@ const Navbar = ({ blur }: { blur: boolean }) => {
height="48"
data-testid="horswap-logo"
className={styles.logo}
onClick={handleHorsIconClick}
onClick={handleHorIconClick}
/>
</Box>
<Box display={{ sm: 'flex', lg: 'none' }}>
Expand Down

0 comments on commit e0b40ae

Please sign in to comment.