forked from MapComplete/MapComplete
		
	Fix deploy
This commit is contained in:
		
							parent
							
								
									9c53fe9868
								
							
						
					
					
						commit
						3f8b6e88d3
					
				
					 39 changed files with 381 additions and 562 deletions
				
			
		|  | @ -1,5 +1,7 @@ | |||
| import {Layout} from "../Customizations/Layout"; | ||||
| import Translations from "../UI/i18n/Translations"; | ||||
| import {Img} from "../UI/Img"; | ||||
| import Svg from "../Svg"; | ||||
| 
 | ||||
| export class PersonalLayout extends Layout { | ||||
| 
 | ||||
|  | @ -18,7 +20,7 @@ export class PersonalLayout extends Layout { | |||
|         ); | ||||
|         this.maintainer = "MapComplete" | ||||
|         this.description = "The personal theme allows to select one or more layers from all the layouts, creating a truly personal editor" | ||||
|         this.icon = "./assets/add.svg" | ||||
|         this.icon = Img.AsData(Svg.add) | ||||
|     } | ||||
| 
 | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue