Skip to content

Commit

Permalink
Checking formater
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Sep 1, 2024
1 parent 2a0f585 commit eb6826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Navbar() {
</nav>
</div>
<div className={styles["fade-navbar-effect"]}></div>
<div className={styles["empty-navbar"]}></div>
<div className={styles["empty-navbar"]}>
</>
);
}

0 comments on commit eb6826d

Please sign in to comment.