chore: refactor book data
This commit is contained in:
parent
44937c864c
commit
b58ea63bc1
4 changed files with 31 additions and 33 deletions
|
@ -6,8 +6,8 @@
|
|||
</h2>
|
||||
<div class="dark:text-white text-gray-800">
|
||||
<p>I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.</p>
|
||||
<p class="mb-0 flex flex-row items-center">
|
||||
<span class="mr-1">{{ status.emoji }}</span>
|
||||
<p class="mb-0 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>
|
||||
</div>
|
||||
|
|
Reference in a new issue