Skip to content

Commit

Permalink
Add empty dream container text
Browse files Browse the repository at this point in the history
  • Loading branch information
bombies committed Oct 27, 2023
1 parent 502c8a1 commit 5799d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const CurrentDreamsContainer: FC = () => {
<DreamCardSkeleton/>
<DreamCardSkeleton/>
</Fragment>
) : dreamCards}
) : dreamCards.length ? dreamCards : <h3 className="text-center font-light text-3xl tablet:text-xl text-subtext/30 py-6">You have no dreams today...</h3>}
</div>
</div>

Expand Down

0 comments on commit 5799d09

Please sign in to comment.