mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-08 00:09:07 -06:00
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:
@@ -51,7 +51,7 @@ export async function getStaticProps(context: GetStaticPropsContext) {
|
||||
},
|
||||
{
|
||||
icon: "external",
|
||||
location: "https://github.com/Xevion/phototag"
|
||||
location: "https://phototag.xevion.dev"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user