From 31d6b678abfc720315c719d52513792d707217e5 Mon Sep 17 00:00:00 2001 From: KimTaeWook <soc07249@ajou.ac.kr> Date: Mon, 10 Jul 2023 15:07:02 +0900 Subject: [PATCH] 1.1 --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 588be57..c7f66f4 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> ) -- GitLab