Skip to content

Commit

Permalink
Merge pull request #74 from DEPthes/beomsu
Browse files Browse the repository at this point in the history
우편함 문구 추가
  • Loading branch information
rlotr02 authored Mar 5, 2024
2 parents 176dc10 + f6013ff commit e356428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/letter/all.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ export default function All() {
{isLettersLoading && <LoadingIcon />}
<div ref={scrollRef}></div>
</div>
{letters && !letters.length && (
<div className='mt-150 flex flex-col justify-center items-center font-label--md text-primary'>
<span>우체통이 비어있어요.</span>
<span>먼저 마음을 전해보세요!</span>
</div>
)}
</div>
</div>
</main>
Expand Down

0 comments on commit e356428

Please sign in to comment.