chore(front): correct types and layout for profiles
This commit is contained in:
		
							parent
							
								
									3178654a95
								
							
						
					
					
						commit
						40a8746c50
					
				|  | @ -100,7 +100,11 @@ const submit = async () => { | |||
|       <a | ||||
|         v-if="showMore === false" | ||||
|         class="more" | ||||
| <<<<<<< HEAD | ||||
|         style="align-self:end; color: var(--fw-primary);" | ||||
| ======= | ||||
|         style="align-self: end; color: var(--fw-primary);" | ||||
| >>>>>>> 1684a8660 (chore(front): correct types and layout for profiles) | ||||
|         href="" | ||||
|         @click.stop.prevent="showMore = true" | ||||
|       > | ||||
|  | @ -109,7 +113,11 @@ const submit = async () => { | |||
|       <a | ||||
|         v-else | ||||
|         class="more" | ||||
| <<<<<<< HEAD | ||||
|         style="align-self:end; color: var(--fw-primary);" | ||||
| ======= | ||||
|         style="align-self: end; color: var(--fw-primary);" | ||||
| >>>>>>> 1684a8660 (chore(front): correct types and layout for profiles) | ||||
|         href="" | ||||
|         @click.stop.prevent="showMore = false" | ||||
|       > | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 ArneBo
						ArneBo