Skip to content

Commit

Permalink
[fix] notice 페이지 위에 주의 문구 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Dec 26, 2023
1 parent 740b06b commit 525e4c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages/notice/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down Expand Up @@ -93,6 +94,16 @@ function Notice() {

return (
<div>
<div className="!mx-[-20px] px-[20px] py-[8px] bg-g1">
<div className="flex flex-row gap-[8px] text-[14px] text-g5">
<div className="pt-[2px]">
<NoticeIcon />
</div>
<div>
Notifications will be automatically deleted after <span className="font-bold">30days</span>
</div>
</div>
</div>
<div className="flex flex-row gap-[8px] pt-[12px]">
{FILTERS_MAP.map((filter, index) => (
<div key={index}>
Expand Down
11 changes: 11 additions & 0 deletions public/icons/notice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 525e4c2

Please sign in to comment.