🐞 fix: Make header title a link to home

This commit is contained in:
Keith Solomon
2025-05-27 19:50:20 -05:00
parent 309e174a46
commit 9659d93556
2 changed files with 1492 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
<div class="container mx-auto flex justify-between items-center text-gray-800 py-4"> <div class="container mx-auto flex justify-between items-center text-gray-800 py-4">
<div class="flex items-center"> <div class="flex items-center">
<!-- <img src="/images/logo.png" alt="Logo" class="h-8 mr-2"> --> <!-- <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> </div>
<nav> <nav>
<ul class="flex space-x-4"> <ul class="flex space-x-4">