Skip to content

Commit

Permalink
Add a backlink to the index to the title text
Browse files Browse the repository at this point in the history
  • Loading branch information
joshSzep committed Jul 22, 2024
1 parent 7c8b9fd commit 51b422b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<body class="bg-gray-100">
<header class="bg-white shadow">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<h1 class="text-3xl font-bold text-gray-800">Hangul Typing Tutor</h1>
<h1 class="text-3xl font-bold text-gray-800">
<a href="{% url 'index_page' %}" class="hover:text-blue-600 transition duration-300">Hangul Typing Tutor</a>
</h1>
<nav>
{% if user.is_authenticated %}
<a href="{% url 'account_logout' %}" class="text-blue-500 hover:text-blue-700">Sign Out</a>
Expand Down

0 comments on commit 51b422b

Please sign in to comment.