summaryrefslogtreecommitdiff
path: root/client/public
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-24 07:37:15 -0700
committer8cy <[email protected]>2020-07-24 07:37:15 -0700
commit0966fe54ea4298fe7e62b680d26620bc85ccf081 (patch)
tree61265f6d0880c6f2ab5edd9cd8bf8009558678b5 /client/public
parentbig stuffs here (diff)
downloaddep-core-0966fe54ea4298fe7e62b680d26620bc85ccf081.tar.xz
dep-core-0966fe54ea4298fe7e62b680d26620bc85ccf081.zip
clean: clean up some messy shit
Diffstat (limited to 'client/public')
-rw-r--r--client/public/favicon.icobin3150 -> 5558 bytes
-rw-r--r--client/public/index.html4
-rw-r--r--client/public/manifest.json4
3 files changed, 4 insertions, 4 deletions
diff --git a/client/public/favicon.ico b/client/public/favicon.ico
index bcd5dfd..ce8608e 100644
--- a/client/public/favicon.ico
+++ b/client/public/favicon.ico
Binary files differ
diff --git a/client/public/index.html b/client/public/index.html
index 51da5d4..80fe570 100644
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
- content="Web site created using create-react-app"
+ content="The Discord bot, Aki's, dashboard!"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
@@ -24,7 +24,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>Aki Dashboard</title>
+ <title>Aki's Dashboard</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
diff --git a/client/public/manifest.json b/client/public/manifest.json
index c963f8a..903b137 100644
--- a/client/public/manifest.json
+++ b/client/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "Aki Dashboard",
- "name": "Create React App Sample",
+ "short_name": "Aki's Dashboard",
+ "name": "The Discord bot, Aki's, dashboard!",
"icons": [
{
"src": "favicon.ico",