make outfits page links, to classic DTI

Mostly just getting the link style figured out! But getting them actually working is coming soon :)
This commit is contained in:
Emi Matchu 2021-01-05 05:20:07 +00:00
parent 71bb593974
commit f36d6831d0

View file

@ -112,6 +112,14 @@ function OutfitCard({ outfit }) {
width="calc(150px + 2em)"
backgroundColor={brightBackground}
transition="all 0.2s"
as="a"
href={`https://impress.openneo.net/outfits/${outfit.id}`}
_hover={{ transform: `scale(1.05)` }}
_focus={{
transform: `scale(1.05)`,
boxShadow: "outline",
outline: "none",
}}
>
<Box
as="img"