Skip to content

Commit

Permalink
fix: 상수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han committed Feb 17, 2024
1 parent c161dc4 commit b81f64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Home: NextPage = () => {
/>
<section className={`flex flex-col min-h-screen p-20 bg-gray1`}>
{isNearExpirationWarn && (
<NearExpirationWarnBox className="mt-12" count={4} />
<NearExpirationWarnBox className="mt-12" count={5} />
)}
<div className="flex gap-8.5 mt-12">
<SvgAndTextBox
Expand Down

0 comments on commit b81f64d

Please sign in to comment.