Skip to content

Commit 8f83d07

Browse files
committed
feat(web): update navbar version display
1 parent 4129e5d commit 8f83d07

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/server/templates/components/navbar.jinja

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
<div class="flex justify-between items-center h-16">
44
{# Logo #}
55
<div class="flex items-center gap-4">
6-
<div class="flex flex-col gap-px">
7-
<h1 class="text-2xl font-bold tracking-tight mb-0">
6+
<div class="flex flex-col">
7+
<h1 class="text-3xl font-bold tracking-tight mb-0 leading-none">
88
<a href="/" class="hover:opacity-80 transition-opacity">
99
<span class="text-gray-900">Git</span><span class="text-[#FE4A60]">ingest</span>
1010
</a>
1111
</h1>
1212
<a href="{{ version_link }}"
1313
target="_blank"
1414
rel="noopener noreferrer"
15-
class="text-blue-600 hover:text-blue-800 text-sm self-end no-underline">{{ version }}</a>
15+
class="relative self-end text-sm text-blue-600 hover:text-blue-800 no-underline ml-4 -mt-1">
16+
{{ version }}
17+
</a>
1618
</div>
1719
</div>
1820
{# Navigation with updated styling #}

0 commit comments

Comments
 (0)