🚧 working on report error
This commit is contained in:
		
							parent
							
								
									52bc95a14d
								
							
						
					
					
						commit
						deb7d05b98
					
				
					 2 changed files with 17 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ | ||||||
|         <p class="text-sm">{formQuestion}</p> |         <p class="text-sm">{formQuestion}</p> | ||||||
|     </div> |     </div> | ||||||
|     <div class="flex justify-end pr-20 items-center w-1/3"> |     <div class="flex justify-end pr-20 items-center w-1/3"> | ||||||
|         <a class="-" href="/errorreport"> |         <a class="-" href="/reporterror"> | ||||||
|             <CircleExclamation width="16" height="16" />     |             <CircleExclamation width="16" height="16" />     | ||||||
|         </a> |         </a> | ||||||
|     </div> |     </div> | ||||||
|  |  | ||||||
							
								
								
									
										16
									
								
								frontend/src/routes/reporterror/+page.svelte
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								frontend/src/routes/reporterror/+page.svelte
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | ||||||
|  | <div class="flex flex-col justify-between items-center h-full"> | ||||||
|  |     <div class="flex h-full mt-8"> | ||||||
|  |         <div class="flex flex-col items-center"> | ||||||
|  |             <h1 class="text-3xl text-primary font-bold">Å nei!</h1> | ||||||
|  |             <p>Har du funnet feil eller mangler, eller er det noe du ønsker å melde i fra om angående spørreundersøkelsen? Skriv det i tekstfeltet under.</p> | ||||||
|  |         </div> | ||||||
|  |     </div> | ||||||
|  |     <div> | ||||||
|  |         <form> | ||||||
|  |             <input type="text"/> | ||||||
|  |         </form> | ||||||
|  |     </div> | ||||||
|  |     <div class="flex justify-center items-center gap-8 text-primary font-bold"> | ||||||
|  |         <button><a href="/">Tilbake</a></button> | ||||||
|  |     </div> | ||||||
|  | </div> | ||||||
		Reference in a new issue
	
	 haraldnilsen
						haraldnilsen