chore: modularize now page

This commit is contained in:
Cory Dransfeldt 2023-07-10 11:17:26 -07:00
parent c5c04214cc
commit cc6d813fed
No known key found for this signature in database
10 changed files with 196 additions and 188 deletions

View file

@ -0,0 +1,4 @@
<p class="my-2 flex flex-row items-start md:items-center">
<span class="pt-1 md:pt-0 mr-1">{{ status.emoji }}</span>
<span>{{ status.content }}</span>
</p>