Skip to content
Snippets Groups Projects
Commit c605acf7 authored by Ganapathi Subramanyam  Jayam's avatar Ganapathi Subramanyam Jayam :dart:
Browse files
parents 1263cb82 ba6b7bf1
No related branches found
No related tags found
No related merge requests found
...@@ -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