forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-01 13:00:02 -06:00
parent f18f118e28
commit 272321874f
1 changed files with 7 additions and 2 deletions

View File

@ -128,8 +128,13 @@
</button>
<!-- Meta links -->
<ul class="flex flex-col font-bold text-base text-gray-600">
<li>
<a class="nav-link active" aria-current="page" href="#">Home</a>
<li class="flex">
<a class="nav-link active" 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"/>
</a>
<div class="font-semibold text-base text-black">
{{ v.username }}
</div>
</li>
<li>
<a class="nav-link" href="#">Link</a>