diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index da8bb19..e28952e 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -9,6 +9,8 @@ import Header from '@/components/organisms/Header'; import Link from 'next/link'; import { AlarmIcon } from '@/assets/icons'; +const NEAR_EXPIRATION_COUNT_MOCK_DATA=2; + const Home: NextPage = () => { const isNearExpirationWarn = true; return ( @@ -24,7 +26,7 @@ const Home: NextPage = () => { />
{isNearExpirationWarn && ( - + )}