Untitled
{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> )}