import React from 'react'; import Box from '../../ui/box'; import Dialog from '../../ui/dialog'; import Typography from '../../ui/typography/typography'; import { COLORS, TYPOGRAPHY, TEXT_ALIGN, FONT_WEIGHT, DISPLAY, } from '../../../helpers/constants/design-system'; import { useI18nContext } from '../../../hooks/useI18nContext'; export default function NewCollectiblesNotice() { const t = useI18nContext(); return ( {t('newNFTsDetected')} {t('newNFTsDetectedInfo')} { e.preventDefault(); console.log('show preference popover'); }} style={{ fontSize: '.9rem' }} > {t('selectNFTPrivacyPreference')} ); }