From 1948c91ae000927576f399cbe2806c2eb560f346 Mon Sep 17 00:00:00 2001
From: CoderBoi2 <103612036+CoderBoi2@users.noreply.github.com>
Date: Tue, 1 Nov 2022 12:31:41 +1000
Subject: [PATCH 1/5] asas
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 93ff9b0..ecf8179 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,7 +26,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`.
-->
-
Pastebin | Danny Pham
+ Jaysharebin
You need to enable JavaScript to run this app.
From 35cb573f621cdc374a1d1f63153ed45550d322ea Mon Sep 17 00:00:00 2001
From: CoderBoi2 <103612036+CoderBoi2@users.noreply.github.com>
Date: Tue, 1 Nov 2022 13:47:26 +1000
Subject: [PATCH 2/5] ye
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index ecf8179..019519a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,7 @@
From 5c37c3f55db4bbb628e7624c2acca86c2aacba77 Mon Sep 17 00:00:00 2001
From: CoderBoi2 <103612036+CoderBoi2@users.noreply.github.com>
Date: Tue, 1 Nov 2022 13:52:20 +1000
Subject: [PATCH 3/5] yes
---
src/components/navigation/NavigationBar.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/navigation/NavigationBar.jsx b/src/components/navigation/NavigationBar.jsx
index f5a6782..9f5f79b 100644
--- a/src/components/navigation/NavigationBar.jsx
+++ b/src/components/navigation/NavigationBar.jsx
@@ -48,7 +48,7 @@ function NavigationBar() {
Pastebin
- setPath(routes['sourceCode'])}>Source Code
+
From 5ce2f95cb35706503ab5b99ee5ba87316c454d33 Mon Sep 17 00:00:00 2001
From: CoderBoi2 <103612036+CoderBoi2@users.noreply.github.com>
Date: Tue, 1 Nov 2022 13:54:34 +1000
Subject: [PATCH 4/5] Update routes.js
---
src/routes/routes.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/routes/routes.js b/src/routes/routes.js
index 1a37316..655d6ee 100644
--- a/src/routes/routes.js
+++ b/src/routes/routes.js
@@ -2,5 +2,4 @@ export default {
default: '/',
pastebin: '/pastebin',
pastebinId: '/pastebin/:id',
- sourceCode: '/source-code',
-}
\ No newline at end of file
+}
From 517e31e13c8e68e8835ef6464513177d7f17213c Mon Sep 17 00:00:00 2001
From: CoderBoi2 <103612036+CoderBoi2@users.noreply.github.com>
Date: Tue, 1 Nov 2022 13:57:04 +1000
Subject: [PATCH 5/5] Update App.js
---
src/App/App.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App/App.js b/src/App/App.js
index e4f0372..1df09ec 100644
--- a/src/App/App.js
+++ b/src/App/App.js
@@ -33,7 +33,7 @@ function App() {
exact
path={routes['sourceCode']}
component={() => {
- window.location.href = 'https://github.com/dannyhp1/pastebin'
+ window.location.href = 'https://github.com'
}}
/>