diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-10-24 15:31:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-24 15:31:40 -0700 |
| commit | befff1799e8cc9a10543c57b7101d56905adf4ea (patch) | |
| tree | aba01ec18d04ecf966b6a1eb04b7d070d57fed20 | |
| parent | 0f5c1a6410427387e63a6c80f39db1cd4dc9101d (diff) | |
fix typo in projects
| -rw-r--r-- | src/pages/projects.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 46ca6cf..bb577cc 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -72,7 +72,7 @@ import Card from "../components/Card.astro"; languageColor="#f1e05a" /> </ul> - <a href="/contributions"><p>Open Source Contribtuions</p></a> + <a href="/contributions"><p>Open Source Contributions</p></a> </main> <SocialNavbar /> <style> |
