mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: sloader path (#530)
This commit is contained in:
		
							parent
							
								
									3bd373002e
								
							
						
					
					
						commit
						710b689490
					
				| @ -1,4 +1,5 @@ | ||||
| import logo from '../../../assets/img/unleash_logo_icon_dark _ alpha.gif'; | ||||
| import { formatAssetPath } from '../../../utils/format-path'; | ||||
| import { useStyles } from './Loader.styles'; | ||||
| 
 | ||||
| const Loader = () => { | ||||
| @ -6,7 +7,11 @@ const Loader = () => { | ||||
| 
 | ||||
|     return ( | ||||
|         <div className={styles.loader}> | ||||
|             <img className={styles.img} src={logo} alt="loading..." /> | ||||
|             <img | ||||
|                 className={styles.img} | ||||
|                 src={formatAssetPath(logo)} | ||||
|                 alt="loading..." | ||||
|             /> | ||||
|         </div> | ||||
|     ); | ||||
| }; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user