diff --git a/public/index.html b/public/index.html
index 93ff9b0..019519a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,7 @@
@@ -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
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'
}}
/>
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
-
+
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
+}