aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-07-20 11:30:25 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-07-20 11:30:25 +0300
commitc61374a2998c33921013693b5faf3159edecf76a (patch)
tree90993db9dc8df481b99e6fe1035980b7b4afaf93 /frontend/src/components
parentdocs: relicense to AGPLv3 (diff)
downloadlphub-c61374a2998c33921013693b5faf3159edecf76a.tar.gz
lphub-c61374a2998c33921013693b5faf3159edecf76a.tar.bz2
lphub-c61374a2998c33921013693b5faf3159edecf76a.zip
refactor: changed github repo name
Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3
Diffstat (limited to 'frontend/src/components')
-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');