feat(projects): press B to go back to home

This commit is contained in:
2026-01-05 21:55:24 +01:00
parent 94f3de72c4
commit e6dc73fabd

View File

@@ -179,6 +179,10 @@ useKeyDown((key) => {
store.scrollProjects("right");
}
break;
case "NDS_B":
startButtonAnimation("quit");
store.animateOutro();
break;
case "NDS_A":
case "NDS_START":
startButtonAnimation("link");