We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4045472 commit a0a2ac4Copy full SHA for a0a2ac4
src/Nav.js
@@ -42,10 +42,10 @@ function Nav({ toggleValue, Toggling }) {
42
{toggleValue ? (
43
<div className="mobile-menu_list">
44
<Link to="/">
45
- <p>Home</p>
+ <p onClick={Toggling}>Home</p>
46
</Link>
47
<Link to="/place">
48
- <p>Place to stay</p>
+ <p onClick={Toggling}>Place to stay</p>
49
50
<p>NFTs</p>
51
<p>Community</p>
0 commit comments