File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/server/templates/components Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
<div class =" flex justify-between items-center h-16" >
4
4
{# Logo #}
5
5
<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 " >
8
8
<a href =" /" class =" hover:opacity-80 transition-opacity" >
9
9
<span class =" text-gray-900" >Git</span ><span class =" text-[#FE4A60]" >ingest</span >
10
10
</a >
11
11
</h1 >
12
12
<a href =" {{ version_link }}"
13
13
target =" _blank"
14
14
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 >
16
18
</div >
17
19
</div >
18
20
{# Navigation with updated styling #}
You can’t perform that action at this time.
0 commit comments