Compare commits
No commits in common. "77293f03e99884be8ee3d8f3363e4230e0218b2e" and "4a6f4a2f9ad476be17fb1997d6a55d0701ad54d2" have entirely different histories.
77293f03e9
...
4a6f4a2f9a
|
@ -5,6 +5,5 @@ __pycache__
|
|||
node_modules
|
||||
package-lock.json
|
||||
db.sqlite3
|
||||
static/admin/
|
||||
static/django_extensions/
|
||||
static
|
||||
dist/
|
Before Width: | Height: | Size: 292 KiB |
Before Width: | Height: | Size: 321 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 306 KiB |
Before Width: | Height: | Size: 312 KiB |
Before Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 42 KiB |
|
@ -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"><img src="{% static 'icons/schedule.png' %}" width="48" class="mr-4" /></span>
|
||||
<span class="text-4xl">⌚</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">
|
||||
|
|