style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									1b47439c75
								
							
						
					
					
						commit
						56c29f3fee
					
				
					 1 changed files with 19 additions and 17 deletions
				
			
		|  | @ -23,7 +23,10 @@ | |||
|     <main> | ||||
|         <div class="layout"> | ||||
|             <div class="container_left"> | ||||
|                 <img :src="dwengoLogo" style="align-self: center;"/> | ||||
|                 <img | ||||
|                     :src="dwengoLogo" | ||||
|                     style="align-self: center" | ||||
|                 /> | ||||
|                 <h> {{ t("homeTitle") }}</h> | ||||
|                 <p class="info"> | ||||
|                     {{ t("homeIntroduction1") }} | ||||
|  | @ -32,7 +35,7 @@ | |||
|                 <v-btn | ||||
|                     size="large" | ||||
|                     density="comfortable" | ||||
|                     style="font-weight: bolder; color: white; align-self: center;" | ||||
|                     style="font-weight: bolder; color: white; align-self: center" | ||||
|                     color="#88BD28" | ||||
|                     to="/login" | ||||
|                 > | ||||
|  | @ -187,6 +190,5 @@ | |||
|             top: 10px; /* Adjust top position to align properly */ | ||||
|             right: 70px; /* Keep it in the right corner */ | ||||
|         } | ||||
| } | ||||
| 
 | ||||
|     } | ||||
| </style> | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action