Compare commits

...

3 Commits

Author SHA1 Message Date
6fdeb6f9b4 chore: format
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m12s
2026-03-11 18:29:21 +01:00
bbe26d2fcf chore: update readme 2026-03-11 18:29:05 +01:00
63e04378bb feat(projects): update pihkaal.me link 2026-03-11 18:20:26 +01:00
3 changed files with 16 additions and 3 deletions

View File

@@ -1 +1,10 @@
# pihkaal.me
# [pihkaal.me](https://pihkaal.me)
> This is a non-commercial fan-made recreation. Not affiliated with or endorsed by Nintendo. Nintendo DS is a trademark of Nintendo Co., Ltd.
## Contact & Links
- Git: [git.pihkaal.me](https://git.pihkaal.me)
- LinkedIn: [linkedin.com/in/stevancorre](https://linkedin.com/in/stevancorre/)
- Email: [hello@pihkaal.me](mailto:hello@pihkaal.me)
- CV: [pihkaal.me/cv.pdf](https://pihkaal.me/cv.pdf)

View File

@@ -156,7 +156,11 @@ useKeyDown(async ({ key, ndsButton, repeated }) => {
}
const rawKey = key.toLowerCase();
if (!repeated && !app.hintsVisible && (rawKey === "x" || rawKey === "b" || rawKey === "y")) {
if (
!repeated &&
!app.hintsVisible &&
(rawKey === "x" || rawKey === "b" || rawKey === "y")
) {
await showHelpLabels();
}
});

View File

@@ -1,7 +1,7 @@
order: 10
scope: hobby
title: pihkaal.me
link: https://pihkaal.me
link: https://git.pihkaal.me/pihkaal-me
technologies:
- Nuxt