chore: formatting

This commit is contained in:
Cory Dransfeldt 2024-09-08 09:47:39 -07:00
parent b5dd77918e
commit faefcbf604
No known key found for this signature in database
5 changed files with 24 additions and 24 deletions

View file

@ -10,7 +10,7 @@ window.addEventListener('load', () => {
e.preventDefault()
menuInput.checked = !menuInput.checked
}
});
})
menuItems.forEach((item) => {
item.addEventListener('keydown', (e) => {