diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-07-02 13:21:36 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-07-02 13:21:36 -0700 |
| commit | e6deb012a2f0a6d3195ab167238463851db018a1 (patch) | |
| tree | 516455bd86c6123035aaf5cd33620f7644b957d3 /src/app/page.tsx | |
| parent | 618e3d06eae21a79a25a255a8bf4b4caba0bd90e (diff) | |
fix about page url and add stub about page
Diffstat (limited to 'src/app/page.tsx')
| -rw-r--r-- | src/app/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index 106193d..0a1a84d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -444,7 +444,7 @@ function KaraokePage() { Please select the video and lrc (lyrics) file <br /> (Drag and Drop them here, or use the menus below!) <br /> - <StyledLink href="/about>">About</StyledLink> + <StyledLink href="/about">About</StyledLink> </p> </div> )} |
