Skip to content

Commit

Permalink
Merge pull request #85 from DEPthes/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rlotr02 authored Mar 5, 2024
2 parents 58480b9 + e356428 commit 728b3e0
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 728b3e0

Please sign in to comment.