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 6573544 commit 2bcfc88
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 @@ -90,7 +90,7 @@ const Navbar = ({ blur }: { blur: boolean }) => {
<Box display="flex" height="full" flexWrap="nowrap">
<Box className={styles.leftSideContainer}>
<Box className={styles.logoContainer}>
<HorsIcon
<HorIcon
width="48"
height="48"
data-testid="horswap-logo"
Expand Down

0 comments on commit 2bcfc88

Please sign in to comment.