fix
This commit is contained in:
parent
28e7abe1af
commit
2b28b28ba7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
</small>
|
</small>
|
||||||
<ul class="text-xs flex lg:hidden items-center space-x-3 leading-normal mb-0">
|
<ul class="text-xs flex lg:hidden items-center space-x-3 leading-normal mb-0">
|
||||||
<li>
|
<li>
|
||||||
<a class="{{ 'font-bold text-red-600' if '/settings/profile' in request.full_path else 'text-gray-700' }}" href="/settings/profile">
|
<a class="{{ 'font-bold text-red-600' if '/settings/profile' in request.full_path else 'text-gray-500' }}" href="/settings/profile">
|
||||||
Profile
|
Profile
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue