diff --git a/digital-course-file/src/user/Hero.js b/digital-course-file/src/user/Hero.js
index dcd6d5cf6a2349f4c277231b1b59d4ffcefabf75..3cd4094e362f3ad11107ef9e9f70f68cbc2e9760 100644
--- a/digital-course-file/src/user/Hero.js
+++ b/digital-course-file/src/user/Hero.js
@@ -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>