Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	wrong URL
Browse files
    	
        src/components/deploy-button/deploy-button.tsx
    CHANGED
    
    | @@ -63,7 +63,7 @@ function DeployButton({ | |
| 63 | 
             
                    <p className="mr-3 text-sm text-gray-300">
         | 
| 64 | 
             
                      Connected as{" "}
         | 
| 65 | 
             
                      <a
         | 
| 66 | 
            -
                        href={`https://huggingface/${auth.preferred_username}`}
         | 
| 67 | 
             
                        target="_blank"
         | 
| 68 | 
             
                        className="underline hover:text-white"
         | 
| 69 | 
             
                      >
         | 
|  | |
| 63 | 
             
                    <p className="mr-3 text-sm text-gray-300">
         | 
| 64 | 
             
                      Connected as{" "}
         | 
| 65 | 
             
                      <a
         | 
| 66 | 
            +
                        href={`https://huggingface.co/${auth.preferred_username}`}
         | 
| 67 | 
             
                        target="_blank"
         | 
| 68 | 
             
                        className="underline hover:text-white"
         | 
| 69 | 
             
                      >
         | 
