summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-02-25 16:59:38 +0100
committerjbion <joffrey.bion@amadeus.com>2019-02-25 16:59:38 +0100
commitc21b46100da6d81321aacb839a5bdefdffcc322d (patch)
tree2dfa097ff36d988f8c17c500fa28f7be407d93fa
parentUse NonIdealState for READY button to be centered (diff)
downloadseven-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.html2
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>
bgstack15