diff --git a/pages/notice/index.tsx b/pages/notice/index.tsx index 190d823..8a30d09 100644 --- a/pages/notice/index.tsx +++ b/pages/notice/index.tsx @@ -9,6 +9,7 @@ import NoLiked from '@/public/icons/noLiked.svg'; import { useRouter } from 'next/router'; import useNotification from '@/hooks/useNotification'; import Reply from '@/public/icons/reply.svg'; +import NoticeIcon from '@/public/icons/notice.svg'; const FILTERS_MAP = [ { @@ -93,6 +94,16 @@ function Notice() { return (
+
+
+
+ +
+
+ Notifications will be automatically deleted after 30days +
+
+
{FILTERS_MAP.map((filter, index) => (
diff --git a/public/icons/notice.svg b/public/icons/notice.svg new file mode 100644 index 0000000..15b9fc8 --- /dev/null +++ b/public/icons/notice.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file