From 767933423e16f929b40aa0deae24f0613cebc0ee Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Sat, 4 Dec 2021 03:15:12 +0530
Subject: [PATCH 1/2] Update Menu.js
---
src/components/home/Menu.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/home/Menu.js b/src/components/home/Menu.js
index 2b725a04..60918128 100644
--- a/src/components/home/Menu.js
+++ b/src/components/home/Menu.js
@@ -30,7 +30,7 @@ export default function MenuButton() {
{({ active }) => (
Date: Sat, 4 Dec 2021 03:19:06 +0530
Subject: [PATCH 2/2] Update redirects.json
---
redirects.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/redirects.json b/redirects.json
index 60a2833d..bfe8dfe8 100644
--- a/redirects.json
+++ b/redirects.json
@@ -7,8 +7,8 @@
},
{ "source": "/docs/slug", "destination": "/docs/slug", "permanent": false },
{ "source": "/community", "destination": "https://discord.gg/RkHJqvK9r8", "permanent": false },
- { "source": "/changelog", "destination":"https://javaistic-changelog.vercel.app/", "permanent": false },
- { "source": "/license", "destination":" https://raw.githubusercontent.com/javaistic/javaistic/main/LICENSE", "permanent": false },
+ { "source": "/changelog", "destination": "https://javaistic-changelog.vercel.app/", "permanent": false },
+ { "source": "/license", "destination": "https://raw.githubusercontent.com/javaistic/javaistic/main/LICENSE", "permanent": false },
{ "source": "/discord", "destination": "https://discord.gg/RkHJqvK9r8", "permanent": false },
{ "source": "/status", "destination": "https://javaistic.betteruptime.com/", "permanent": false },
{ "source": "/stats", "destination": "https://javaistic.betteruptime.com/", "permanent": false }