Compare commits
3 Commits
5814ce439c
...
6fdeb6f9b4
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fdeb6f9b4 | |||
| bbe26d2fcf | |||
| 63e04378bb |
11
README.md
11
README.md
@@ -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)
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
order: 10
|
||||
scope: hobby
|
||||
title: pihkaal.me
|
||||
link: https://pihkaal.me
|
||||
link: https://git.pihkaal.me/pihkaal-me
|
||||
|
||||
technologies:
|
||||
- Nuxt
|
||||
|
||||
Reference in New Issue
Block a user