Fixed mobile not toggling on/off properly

- Chrome & Firefox Mobile issue
- Despite not having hover in JS, CSS :hover selector was activating
- Tiny, inactive mobile-only button was clickable
- Fixed duplicate key issue in icon links
This commit is contained in:
Xevion
2022-12-28 20:19:41 -06:00
parent 5446b5093f
commit 253930aac2
4 changed files with 29 additions and 33 deletions

View File

@@ -51,7 +51,7 @@ export async function getStaticProps(context: GetStaticPropsContext) {
},
{
icon: "external",
location: "https://github.com/Xevion/phototag"
location: "https://phototag.xevion.dev"
}
]
},