remotes/1693045480750635534/spooky-22
kek7198 2021-12-09 10:42:19 -06:00
parent edf863023f
commit 8345add4cb
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
<div class="hidden xl:block xl:col-start-10 xl:col-end-13 flex-shrink-0 my-4 px-4 py-3 rounded-md bg-gray-300/40 shadow-inner">
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">Bio</h2>
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">About</h2>
<div class="flex flex-col space-y-4 mb-3">
<div>
{% if u.bio_html %}
<p class="text-black text-break">{{u.bio_html | safe}}</p>
{% endif %}
</div>
{% if u.bio_html %}
<div class="text-black text-break">{{u.bio_html | safe}}</div>
{% else %}
<p class="italic text-gray-500 text-sm">No bio...</p>
{% endif %}
<div>
{% if u.friends_html %}
<p class="text-muted font-weight-bold mt-3">Friends:</p>