File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { useAuth } from "../context/AuthContext" ;
22import { useLocation , useNavigate } from "@solidjs/router" ;
33
4- import bdtLogo from "../assets/logos/bdt-logo-large -mono-light.svg" ;
4+ import bdtLogo from "../assets/logos/bdt-logo-small -mono-light.svg" ;
55import { Show } from "solid-js" ;
66
77const HeaderButton = ( {
@@ -37,12 +37,12 @@ export default function Header() {
3737 } ;
3838
3939 return (
40- < header class = "bg-gray-200 min-h-24 h-24 px-4 flex items-center justify-between border-b-2 border-gray-300" >
40+ < header class = "bg-gray-200 min-h-12 h-12 px-4 flex items-center justify-between border-b-2 border-gray-300" >
4141 < div class = "flex items-center space-x-6" >
4242 < img
4343 src = { bdtLogo }
4444 alt = "BDT logo"
45- class = "w-36 cursor-pointer"
45+ class = "w-18 cursor-pointer"
4646 onClick = { ( ) => navigate ( "/" ) }
4747 />
4848 </ div >
You can’t perform that action at this time.
0 commit comments