Untitled

 avatar
unknown
plain_text
2 years ago
827 B
1
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>
          )}