diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-19 01:45:45 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-19 01:45:45 -0700 |
| commit | 75bb8d687a5541e824a18333247a36548f4256a1 (patch) | |
| tree | e2acb2ac7011eb23c924b684a752f526586484a9 /src | |
| parent | 6df68e4b247ce73c94f4654f539adfcf01a0d621 (diff) | |
add links to tools in projects
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/projects.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 3913e24..30874db 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -95,6 +95,7 @@ import Card from "../components/Card.astro"; tags={["Vite", "React", "Typescript"]} /> </ul> + <a href="https://knowledge.pinapelz.com/personal/tools" class="mt-2 hover:underline font-bold text-3xl">and some other smaller fun tools...</a> </main> <SocialNavbar /> <style> |
