diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-31 12:34:58 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-31 12:34:58 +0300 |
| commit | 60addd8bcfc87f0a7f10f0d6212f755cdc62984b (patch) | |
| tree | 4945f98b9282117e3fc7ca7f8f0b0846a2640766 /frontend/src/pages/About.tsx | |
| parent | frontend: show wr delta in category scores as well (diff) | |
| download | lphub-60addd8bcfc87f0a7f10f0d6212f755cdc62984b.tar.gz lphub-60addd8bcfc87f0a7f10f0d6212f755cdc62984b.tar.bz2 lphub-60addd8bcfc87f0a7f10f0d6212f755cdc62984b.zip | |
chore: change repo name to lphub
Diffstat (limited to 'frontend/src/pages/About.tsx')
| -rw-r--r-- | frontend/src/pages/About.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/About.tsx b/frontend/src/pages/About.tsx index 886808b..42b1d1b 100644 --- a/frontend/src/pages/About.tsx +++ b/frontend/src/pages/About.tsx | |||
| @@ -11,7 +11,7 @@ const About: React.FC = () => { | |||
| 11 | const fetchReadme = async () => { | 11 | const fetchReadme = async () => { |
| 12 | try { | 12 | try { |
| 13 | const response = await fetch( | 13 | const response = await fetch( |
| 14 | 'https://raw.githubusercontent.com/pektezol/leastportalshub/main/README.md' | 14 | 'https://raw.githubusercontent.com/pektezol/lphub/typescript/README.md' |
| 15 | ); | 15 | ); |
| 16 | if (!response.ok) { | 16 | if (!response.ok) { |
| 17 | throw new Error('Failed to fetch README'); | 17 | throw new Error('Failed to fetch README'); |