forked from MarseyWorld/MarseyWorld
fix
parent
fdc50a51a5
commit
b117a2c1be
|
@ -32,15 +32,6 @@
|
|||
{{ thing.title }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-span-full md:col-span-1">
|
||||
<label class="label">Author</label>
|
||||
<div class="flex items-center">
|
||||
<img loading="lazy" src="{{thing.author.profile_url}}" class="flex-shrink-0 p-[3px] border w-12 h-12 object-cover bg-white border-gray-300" alt="{{thing.author.profile_url}} avatar"/>
|
||||
<a href="{{thing.author.url}}">
|
||||
@{{thing.author.username}}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-span-full md:col-span-1">
|
||||
test
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue