mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	Merge pull request #1698 from benphelps/fix/issue-1697
Fixes oversized logo in 0.6.22
This commit is contained in:
		
						commit
						82c54f197d
					
				@ -10,6 +10,7 @@ export default function Logo({ options }) {
 | 
			
		||||
        {options.icon ?
 | 
			
		||||
        <ResolvedIcon icon={options.icon} width={48} height={48} /> :
 | 
			
		||||
        // fallback to homepage logo
 | 
			
		||||
        <div className="w-12 h-12">
 | 
			
		||||
          <svg
 | 
			
		||||
            xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
            viewBox="0 0 1024 1024"
 | 
			
		||||
@ -60,6 +61,7 @@ export default function Logo({ options }) {
 | 
			
		||||
              />
 | 
			
		||||
            </g>
 | 
			
		||||
          </svg>
 | 
			
		||||
        </div>
 | 
			
		||||
      }
 | 
			
		||||
      </Raw>
 | 
			
		||||
    </Container>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user