From c61374a2998c33921013693b5faf3159edecf76a Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:30:25 +0300 Subject: refactor: changed github repo name Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3 --- frontend/src/components/pages/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src') diff --git a/frontend/src/components/pages/about.js b/frontend/src/components/pages/about.js index a265006..11b065d 100644 --- a/frontend/src/components/pages/about.js +++ b/frontend/src/components/pages/about.js @@ -10,7 +10,7 @@ export default function About() { const fetchReadme = async () => { try { const response = await fetch( - 'https://raw.githubusercontent.com/pektezol/LeastPortals/main/README.md' + 'https://raw.githubusercontent.com/pektezol/leastportalshub/main/README.md' ); if (!response.ok) { throw new Error('Failed to fetch README'); -- cgit v1.2.3