Untitled
unknown
plain_text
3 years ago
827 B
4
Indexable
{isStratosphereMember && (
<Box display="flex" justifyContent="space-between">
<Box display="flex" gap="4px">
<Box>
<InscribedCircleIcon />
</Box>
<Typography
color="rgba(20, 211, 237, 1)"
fontWeight={400}
fontSize="13px"
>
<span style={{ fontFamily: 'Manverse Normal' }}>
Stratosphere
</span>{' '}
Discount
</Typography>
</Box>
<Typography
color="rgba(20, 211, 237, 1)"
fontWeight={400}
fontSize="13px"
>
N/A
</Typography>
</Box>
)}Editor is loading...