diff --git a/src/App.js b/src/App.js
index 588be574a6a0673b232e71d3460b461b982efa4f..c7f66f49fd9290387888123990249652490a428d 100644
--- a/src/App.js
+++ b/src/App.js
@@ -5,7 +5,7 @@ export default function App () {
     return (
         <React.Fragment>
             <AppBar position="fixed">
-                <Typography align="center" variant="h3" color="inherit">Favorite Music</Typography>
+                <Typography align="center" variant="h3" color="inherit">Tae Wook's Favorite Music</Typography>
             </AppBar>
         </React.Fragment>
     )