forked from MapComplete/MapComplete
		
	Chore: Housekeeping
This commit is contained in:
		
							parent
							
								
									ef0ba091eb
								
							
						
					
					
						commit
						319c0e2573
					
				
					 77 changed files with 2485 additions and 1727 deletions
				
			
		|  | @ -7,15 +7,15 @@ | |||
|   import Add from "../assets/svg/Add.svelte" | ||||
| </script> | ||||
| 
 | ||||
| <div class="flex flex-col p-4 h-screen overflow-hidden"> | ||||
| <div class="flex h-screen flex-col overflow-hidden p-4"> | ||||
|   <h2 class="flex items-center"> | ||||
|     <EyeIcon class="w-6 pr-2" /> | ||||
|     <Tr t={Translations.t.privacy.title} /> | ||||
|   </h2> | ||||
|   <div class="overflow-auto h-full border border-gray-500 p-4"> | ||||
|   <div class="h-full overflow-auto border border-gray-500 p-4"> | ||||
|     <PrivacyPolicy /> | ||||
|   </div> | ||||
|   <a class="flex button" href={Utils.HomepageLink()}> | ||||
|   <a class="button flex" href={Utils.HomepageLink()}> | ||||
|     <Add class="h-6 w-6" /> | ||||
|     <Tr t={Translations.t.general.backToIndex} /> | ||||
|   </a> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue