add media query for "this week" vs "<1 week"

This commit is contained in:
Emi Matchu 2020-11-23 13:30:34 -08:00
parent c1012e57d5
commit 6681f9642a

View file

@ -135,7 +135,10 @@ function ItemTradesTableRow({ compareListHeading }) {
Top priorities and such so yeah
</Box>
</ItemTradesTableCell>
<ItemTradesTableCell>&lt;1 week</ItemTradesTableCell>
<ItemTradesTableCell>
<Box display={{ base: "block", sm: "none" }}>&lt;1 week</Box>
<Box display={{ base: "none", sm: "block" }}>This week</Box>
</ItemTradesTableCell>
<ItemTradesTableCell height="100%">
<Tooltip
placement="bottom"