Skip to content

Commit

Permalink
Merge pull request #396 from udayand4s/main
Browse files Browse the repository at this point in the history
Update Menu.js
  • Loading branch information
SUGAM-ARORA authored Jul 1, 2024
2 parents d0b5abc + 0c4c1b4 commit b59b8a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Components/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ function Menu() {
return (

<menu className="fromLeft">
<Link href='/'>
<img src={logo} alt='icon' className="logo" id='logo' onClick={isMobile ? showDropDown : null}
style={{ cursor: isMobile ? 'pointer' : 'default' }}/>

</Link>

<ul className="fromTop" id="mainMenu">
<Icon icon={<FaList />} tooltip="My projects" href="/projects"/>
<Icon icon={<FaDelicious />} tooltip="Delicious" href="/" />
Expand Down

0 comments on commit b59b8a6

Please sign in to comment.