diff --git a/.gitignore b/.gitignore
index 2af09908..7775bd41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,9 +13,11 @@ node_modules
# production
/build
+dist/
# misc
.DS_Store
+.env
.env.local
.env.development.local
.env.test.local
diff --git a/client/public/manifest.json b/client/public/manifest.json
index 080d6c77..323035c5 100644
--- a/client/public/manifest.json
+++ b/client/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "The Forest",
+ "name": "The Forest Wiki / MUDd",
"icons": [
{
"src": "favicon.ico",
diff --git a/client/src/landing/Landing.jsx b/client/src/landing/Landing.jsx
index 0b84f8c6..a7f717a8 100644
--- a/client/src/landing/Landing.jsx
+++ b/client/src/landing/Landing.jsx
@@ -41,7 +41,6 @@ function Landing() {
<>
-
>
: