🐞 fix: Make header title a link to home
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@
|
||||
<div class="container mx-auto flex justify-between items-center text-gray-800 py-4">
|
||||
<div class="flex items-center">
|
||||
<!-- <img src="/images/logo.png" alt="Logo" class="h-8 mr-2"> -->
|
||||
<h1 class=""><%= title %></h1>
|
||||
<h1 class=""><a class="no-underline!" href="/"><%= title %></a></h1>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="flex space-x-4">
|
||||
|
||||
Reference in New Issue
Block a user