Skip to content

Commit

Permalink
all changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit7492 committed Jan 9, 2024
1 parent 4b1cff8 commit 6aaaaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ const Navbar = () => {
//onClick();
}, 10);
}}
className={`${styles.lnk} ${contactActive ? styles.active : ''} ${
className={`${styles.lnk} ${contactActive ? styles.active : ' '} ${
navbar && styles.nav_active
}`}
>
Expand Down

0 comments on commit 6aaaaef

Please sign in to comment.