diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-13 17:47:26 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-13 17:47:26 -0700 |
| commit | ca22fba860a2032bf0b80c225562d4b240fc80b2 (patch) | |
| tree | df46ae6642442e89e974d9fd8cd4cf0950aa6251 /src/app/about/page.tsx | |
| parent | 38e55c528806301a46c4f6bdae8116f14d2af614 (diff) | |
scaffold index page
Diffstat (limited to 'src/app/about/page.tsx')
| -rw-r--r-- | src/app/about/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2e19d68..e75c6f8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -222,7 +222,7 @@ const AboutPage: React.FC = () => { <Video controls> <source src="https://files.catbox.moe/ir6bs3.mp4" /> </Video> - <BackLink href="/">Back to player</BackLink> + <BackLink href="/player">Back to player</BackLink> </Container> </div> ); |
