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 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 #}
You can’t perform that action at this time.
0 commit comments