Skip to content

Commit

Permalink
fix: minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkirthi-24 committed Sep 3, 2023
1 parent 5968cf7 commit e5369af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/scenes/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const NavLink: React.FC<NavLinkProps> = ({
label,
}) => {
const { palette } = useTheme();
console.log(selected);

return (
<Box sx={{ "&:hover": { color: palette.primary[100], fontWeight: 600 } }}>
<Link
Expand Down

0 comments on commit e5369af

Please sign in to comment.