remotes/1693045480750635534/spooky-22
kek7198 2021-12-01 13:01:33 -06:00
parent bdb808e67d
commit ff0aaf56bd
1 changed files with 3 additions and 3 deletions

View File

@ -122,16 +122,16 @@
<i class="fas fa-search text-gray-400 absolute top-3 right-3"></i>
</form>
<!-- Submit post link -->
<button class="w-full btn btn-red">
<button class="w-full btn btn-red mb-4">
<i class="fas fa-pen fa-sm fa-fw mr-2"></i>
Create post
</button>
<!-- Meta links -->
<ul class="flex flex-col font-bold text-base text-gray-600">
<ul class="flex flex-col space-y-3 font-bold text-base text-gray-600">
<li>
<a class="inline-flex items-center" aria-current="page" href="/me">
<img src="{{ v.profile_url }}" class="w-14 h-14 p-[3px] bg-white border border-gray-300 object-cover"/>
<div class="font-semibold text-base text-black leading-5">
<div class="pl-3 text-base text-black leading-5">
{{ v.username }}
</div>
</a>