File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ export default function Header({
2020
2121  return  ( 
2222    < header  className = "border-b-gray-500 bg-sky-100 dark:bg-gray-900 text-gray-800 
23-       dark:text-slate-200 h-14 px-1 md:px-2  shadow dark:shadow-slate-800 z-50  
23+       dark:text-slate-200 shadow dark:shadow-slate-800 z-50  
2424      sticky bottom-0 md:top-0" > 
2525      < nav  className = "flex max-w-5xl mx-auto h-full justify-center items-center" > 
26-         < div  className = "flex justify-center items-center shrink-0" > 
27-           < Link  to = "/"  > < Logo  className = "w-8 "  /> </ Link > 
28-           < Link  to = "/report"  className = "px-3"  > Report</ Link > 
26+         < div  className = "flex justify-center items-center shrink-0 gap-2 " > 
27+           < Link  to = "/"  > < Logo  className = "h-24 p-6 "  /> </ Link > 
28+           < Link  to = "/report"  className = "h-24  px-2 text-lg/24"  > < span > Report</ span > </ Link > 
2929        </ div > 
3030
3131        < div  className = "p-2 w-full" > 
3232        </ div > 
3333
3434        < div  className = "px-2 flex items-center h-full shrink-0 gap-2" > 
35-           { currentUser  ? ( < button  onClick = { ( )  =>  logout ( ) } > Logout</ button > )  : null } 
35+           { currentUser  ? ( < button  onClick = { ( )  =>  logout ( ) }   className = "h-24 text-lg" > Logout</ button > )  : null } 
3636          < svg  id = "theme-toggle"  viewBox = "0 0 24 24"  fill = "none"  xmlns = "http://www.w3.org/2000/svg" 
3737            onClick = { ( )  =>  toggle ( ) } 
38-             className = "w-8 h-8  stroke-sky-900 dark:stroke-orange-500 cursor-pointer" 
38+             className = "h-24 p-6  stroke-sky-900 dark:stroke-orange-500 cursor-pointer" 
3939            onKeyDown = { ( event )  =>  toggle ( event . key  !==  "Enter" ) } 
4040            tabIndex = { 0 } 
4141          > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments