Add homepage, link to it from the logo

This commit is contained in:
2023-01-04 17:22:36 +01:00
parent d225856174
commit 4c642d97cb
5 changed files with 20 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<div class="dark:bg-gray-800 h-screen">
<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="#" class="flex items-center">
<a href="{% url 'index' %}" class="flex items-center">
<span class="text-4xl"></span>
<span class="self-center text-xl font-semibold whitespace-nowrap text-white">Timetracker</span>
</a>