diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-12-19 02:41:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-19 02:41:15 -0800 |
| commit | 7d7436c1b19b7f745b8aeca5ed8330acda7c26b9 (patch) | |
| tree | 5f5582963eabd660d221cceba738ae9618f4b4ac | |
| parent | 97e737d62497a9764b88386fa06c6263937675c4 (diff) | |
Update projects.astro
| -rw-r--r-- | src/pages/projects.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 328ce6c..37cd12b 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -22,8 +22,8 @@ import Card from "../components/Card.astro"; logoSrc="https://user-images.githubusercontent.com/21994085/232991117-a41a33e1-f45a-4043-aa6a-e886a31d2f11.png" /> <Card - href="https://github.com/Patchwork-Archive/Patchwork-Karaoke" - title="Patchwork Karaoke" + href="https://github.com/pinapelz/lrc-karaoke-player" + title="LRC Karaoke Player" body="A client-side web app that allows the playback of video files synchronzied with both .lrc lyrics and .srv3 subtitles" language="Typescript" languageColor="#3178c6" |
