diff options
author | jbion <joffrey.bion@amadeus.com> | 2019-02-25 16:59:38 +0100 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2019-02-25 16:59:38 +0100 |
commit | c21b46100da6d81321aacb839a5bdefdffcc322d (patch) | |
tree | 2dfa097ff36d988f8c17c500fa28f7be407d93fa | |
parent | Use NonIdealState for READY button to be centered (diff) | |
download | seven-wonders-c21b46100da6d81321aacb839a5bdefdffcc322d.tar.gz seven-wonders-c21b46100da6d81321aacb839a5bdefdffcc322d.tar.bz2 seven-wonders-c21b46100da6d81321aacb839a5bdefdffcc322d.zip |
Change page title to "Seven Wonders"
-rw-r--r-- | frontend/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index aab5e3b0..32b449cb 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -13,7 +13,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>React App</title> + <title>Seven Wonders</title> </head> <body> <div id="root"></div> |