Skip to content

Commit

Permalink
Issue 639
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilG0 committed May 24, 2024
1 parent a1a1cc2 commit cca69e8
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 @@ -102,7 +102,7 @@ const Navbar = () => {
<label
htmlFor='menu'
className={`${styles.hams} ${dropdown ? styles.overlay_active : ''} `}
style={!dropdown ? { top: 10, fontSize: 50, color: 'white' } : null}
style={!dropdown ? { top: 10, fontSize: 50, color: 'black' } : null}
id='ham'
dangerouslySetInnerHTML={{ __html: labelText }}
></label>
Expand Down

0 comments on commit cca69e8

Please sign in to comment.