fix: update svg
This commit is contained in:
		
							parent
							
								
									3251d713d4
								
							
						
					
					
						commit
						f22273e351
					
				@ -4,8 +4,8 @@ export default function Logo({ className = '', ...props }) {
 | 
			
		||||
  return (
 | 
			
		||||
    <span className=" bg-indigo-900 rounded-full p-2">
 | 
			
		||||
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" className={className}
 | 
			
		||||
        fill="none" stroke="#ffffff" stroke-width="1"
 | 
			
		||||
        stroke-linecap="round" stroke-linejoin="round">
 | 
			
		||||
        fill="none" stroke="#ffffff" strokeWidth="1"
 | 
			
		||||
        strokeLinecap="round" strokeLinejoin="round">
 | 
			
		||||
        <path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" />
 | 
			
		||||
      </svg>
 | 
			
		||||
    </span>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user