File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,21 @@ function Header() {
4848 </ div >
4949 < div className = "relative flex grow basis-0 items-center" >
5050 < Link href = "/" aria-label = "Home page" >
51- < Logo className = "hidden h-14 w-auto fill-slate-700 lg:block dark:fill-sky-100" />
51+ < div className = "hidden h-8 w-auto fill-slate-700 lg:block dark:fill-sky-100" >
52+ < Logo className = "hidden w-auto fill-slate-700 lg:block dark:fill-sky-100" />
53+ </ div >
5254 </ Link >
5355 </ div >
5456 < div className = "-my-5 mr-6 sm:mr-8 md:mr-0" >
5557 < Search />
5658 </ div >
5759 < div className = "relative flex basis-0 justify-end gap-6 sm:gap-8 md:grow" >
5860 < ThemeSelector className = "relative z-10" />
59- < Link href = "https://github.com/terminusdb/terminusdb" className = "group" aria-label = "GitHub" >
61+ < Link
62+ href = "https://github.com/terminusdb/terminusdb"
63+ className = "group"
64+ aria-label = "GitHub"
65+ >
6066 < GitHubIcon className = "h-6 w-6 fill-slate-400 group-hover:fill-slate-500 dark:group-hover:fill-slate-300" />
6167 </ Link >
6268 </ div >
You can’t perform that action at this time.
0 commit comments