diff --git a/src/components/Blog/BannerForm/index.tsx b/src/components/Blog/BannerForm/index.tsx index 40e84a138..2257315c4 100644 --- a/src/components/Blog/BannerForm/index.tsx +++ b/src/components/Blog/BannerForm/index.tsx @@ -1,4 +1,5 @@ import { Container, Grid, Typography } from '@mui/material' +import { MIRROR_SUBSCRIBE_LINK } from '@/config/constants' import css from './styles.module.css' const BannerForm = ({ title, subtitle }: { title: string; subtitle: string }) => { @@ -13,7 +14,7 @@ const BannerForm = ({ title, subtitle }: { title: string; subtitle: string }) => -