From 8f9f1a14de182815f9212eaa77c22d3601e158e5 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 31 Aug 2020 23:54:54 -0700 Subject: [PATCH] better NC badge, with name text wrapping a bit unfortunate to be wrapping long item names on mobile now, but heck there's an info button, should be fine --- src/app/WardrobePage/Item.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/WardrobePage/Item.js b/src/app/WardrobePage/Item.js index f3decac..2009c76 100644 --- a/src/app/WardrobePage/Item.js +++ b/src/app/WardrobePage/Item.js @@ -51,16 +51,11 @@ function Item({ item, itemNameId, isWorn, isInOutfit, dispatchToOutfit }) { isWorn={isWorn} /> - - + + {item.name} - {item.isNc && NC} + {item.isNc && NC} @@ -237,6 +232,9 @@ function ItemName({ children, ...props }) {