Change timetracker icon

This commit is contained in:
Lukáš Kucharczyk 2023-02-19 16:35:04 +01:00
parent 4a6f4a2f9a
commit 1fa364e2ec
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<nav class="mb-4 bg-white dark:bg-gray-900 border-gray-200 rounded">
<div class="container flex flex-wrap items-center justify-between mx-auto">
<a href="{% url 'list_sessions_recent' %}" class="flex items-center">
<span class="text-4xl"></span>
<span class="text-4xl"><img src="{% static 'icons/schedule.png' %}" width="48" class="mr-4" /></span>
<span class="self-center text-xl font-semibold whitespace-nowrap text-white">Timetracker</span>
</a>
<div class="w-full md:block md:w-auto">