Skip to content

Commit

Permalink
removing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Dec 17, 2024
1 parent b4827c4 commit c45853a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UI/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const Navbar: FunctionComponent = () => {
</li>
</Link>
<Link
href={ `${process.env.NEXT_PUBLIC_STARKNET_ID as string}` }
href={`${process.env.NEXT_PUBLIC_STARKNET_ID as string}`}
target="_blank"
>
<li className={styles.menuItemSmall} onClick={handleNav}>
Expand Down

0 comments on commit c45853a

Please sign in to comment.