add media query for "this week" vs "<1 week"
This commit is contained in:
parent
c1012e57d5
commit
6681f9642a
1 changed files with 4 additions and 1 deletions
|
@ -135,7 +135,10 @@ function ItemTradesTableRow({ compareListHeading }) {
|
|||
Top priorities and such so yeah
|
||||
</Box>
|
||||
</ItemTradesTableCell>
|
||||
<ItemTradesTableCell><1 week</ItemTradesTableCell>
|
||||
<ItemTradesTableCell>
|
||||
<Box display={{ base: "block", sm: "none" }}><1 week</Box>
|
||||
<Box display={{ base: "none", sm: "block" }}>This week</Box>
|
||||
</ItemTradesTableCell>
|
||||
<ItemTradesTableCell height="100%">
|
||||
<Tooltip
|
||||
placement="bottom"
|
||||
|
|
Loading…
Reference in a new issue