import { ArrowOutwardRounded, Code, Dns, Twitter } from '@mui/icons-material' import { ComponentType } from 'react' import { useTranslation } from 'react-i18next' import { SITE_URL } from '@dao-dao/utils' import { ButtonLink } from '../buttons' import { GithubIcon } from '../icons' import { DiscordIcon } from '../icons/DiscordIcon' export const Footer = () => { const { t } = useTranslation() return (
{name}