diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2025-05-27 16:15:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 16:15:50 -0700 |
| commit | 65a38df02c1a9afd2f06bb7156799db9893662a4 (patch) | |
| tree | 42e53dea97325ad84812c7853a097c42ca56d2b0 /src/pages/projects.astro | |
| parent | cc152429c2d8aeb969963fa72c25b75950a084e9 (diff) | |
update contributions to gh link
Diffstat (limited to 'src/pages/projects.astro')
| -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 c2f2840..b615d0b 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -10,7 +10,7 @@ import Card from "../components/Card.astro"; <p class="text-center mb-4"> Here are some of my projects. I love tinkering with stuff so for a more complete list, visit my <a class="font-bold" href="https://github.com/pinapelz">Github</a> </br> - <a href="/contributions" class="mt-2 hover:underline text-center font-bold text-3xl animate-pulse">Open Source Contributions</a> + <a href="https://github.com/pulls?q=author%3Apinapelz+-repo%3Apinapelz%2Fupptime+-repo%3Apinapelz%2Fpinapelz+-user%3Apinapelz" class="mt-2 hover:underline text-center font-bold text-3xl animate-pulse">Open Source Contributions</a> </p> <ul role="list" class="link-card-grid"> <Card |
