Skip to content

Commit

Permalink
FE-59 🔥 테스트 흔적 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 11, 2024
1 parent 5e0f15a commit 929abb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Home() {
<main>
<div>Epigram Main</div>
<p className='font-pretendard text-gray-100 bg-blue-700'>Pretendard</p>
<p className='font-iropkeBatang text-illust-yellow bg-error'>Iropke Batang</p>{' '}
<p className='font-iropkeBatang text-illust-yellow bg-error'>Iropke Batang</p>
</main>
</>
);
Expand Down

0 comments on commit 929abb8

Please sign in to comment.