Skip to content
Snippets Groups Projects
Commit b0675882 authored by Ganapathi Subramanyam  Jayam's avatar Ganapathi Subramanyam Jayam :dart:
Browse files

Feat: small change

some body
fixes #32
parent 9ced2abb
No related branches found
No related tags found
1 merge request!31Feat: small change
...@@ -4,7 +4,7 @@ const Hero=({handleLogout})=>{ ...@@ -4,7 +4,7 @@ const Hero=({handleLogout})=>{
return( return(
<section className="hero"> <section className="hero">
<nav> <nav>
<h2>Welcome</h2> <h2>Welcome people</h2>
<button onClick={handleLogout}>Logout</button> <button onClick={handleLogout}>Logout</button>
</nav> </nav>
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment