diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-08 14:40:05 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-08 14:40:05 +0300 |
commit | 73693e619d63d0321848b633bbe0d93eba9dd3bb (patch) | |
tree | 73fde37b9141b7d922bb063b82cbae36fe99f973 /public/index.html | |
parent | 0e84386fe75578bbbf2ac7854467070fe8608cde (diff) | |
download | which-ui-73693e619d63d0321848b633bbe0d93eba9dd3bb.tar.gz |
fix: change app title
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 6252f08..c3d52e2 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>React App</title> + <title>Which</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> |