mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	Ensure spacing with custom logo
This commit is contained in:
		
							parent
							
								
									f4fa098f6b
								
							
						
					
					
						commit
						115bb432ff
					
				@ -8,7 +8,9 @@ export default function Logo({ options }) {
 | 
				
			|||||||
    <Container options={options}>
 | 
					    <Container options={options}>
 | 
				
			||||||
      <Raw>
 | 
					      <Raw>
 | 
				
			||||||
        {options.icon ?
 | 
					        {options.icon ?
 | 
				
			||||||
        <ResolvedIcon icon={options.icon} width={48} height={48} /> :
 | 
					        <div className="mr-3">
 | 
				
			||||||
 | 
					          <ResolvedIcon icon={options.icon} width={48} height={48} />
 | 
				
			||||||
 | 
					        </div> :
 | 
				
			||||||
        // fallback to homepage logo
 | 
					        // fallback to homepage logo
 | 
				
			||||||
        <div className="w-12 h-12">
 | 
					        <div className="w-12 h-12">
 | 
				
			||||||
          <svg
 | 
					          <svg
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user