From f36d6831d01d1e74b718156dea141ac7b0564ccd Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 5 Jan 2021 05:20:07 +0000 Subject: [PATCH] make outfits page links, to classic DTI Mostly just getting the link style figured out! But getting them actually working is coming soon :) --- src/app/UserOutfitsPage.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/UserOutfitsPage.js b/src/app/UserOutfitsPage.js index 8034669..5c645e0 100644 --- a/src/app/UserOutfitsPage.js +++ b/src/app/UserOutfitsPage.js @@ -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", + }} >