aboutsummaryrefslogtreecommitdiff
path: root/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/components/pages/about.js2
1 files changed, 1 insertions, 1 deletions
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() {
10 const fetchReadme = async () => { 10 const fetchReadme = async () => {
11 try { 11 try {
12 const response = await fetch( 12 const response = await fetch(
13 'https://raw.githubusercontent.com/pektezol/LeastPortals/main/README.md' 13 'https://raw.githubusercontent.com/pektezol/leastportalshub/main/README.md'
14 ); 14 );
15 if (!response.ok) { 15 if (!response.ok) {
16 throw new Error('Failed to fetch README'); 16 throw new Error('Failed to fetch README');