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

Merge branch 'sampleissue' into 'master'

Feat: small change

Closes #32

See merge request !31
parents 9ced2abb b0675882
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