Skip to content
Snippets Groups Projects

Feat: small change

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@ const Hero=({handleLogout})=>{
return(
<section className="hero">
<nav>
<h2>Welcome</h2>
<h2>Welcome people</h2>
<button onClick={handleLogout}>Logout</button>
</nav>
</section>
Loading