forked from MarseyWorld/MarseyWorld
fix
parent
9bf3d53647
commit
933a6f6b8f
|
@ -9,10 +9,10 @@
|
|||
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div>
|
||||
<div class="relative col-span-full flex items-center">
|
||||
<div>
|
||||
<h1 class="font-bold text-xl font-heading leading-normal">
|
||||
<h1 class="font-bold text-xl font-heading leading-normal mb-0">
|
||||
Inbox
|
||||
</h1>
|
||||
<ul class="text-gray-700 text-xs flex items-center space-x-3 leading-normal">
|
||||
<ul class="text-gray-700 text-xs flex items-center space-x-3 leading-normal mb-0">
|
||||
<li>
|
||||
<a class="{% if not '=true' in request.full_path %}font-bold text-red-600{% endif %}" href="/notifications">
|
||||
All
|
||||
|
|
Loading…
Reference in New Issue