fix(style): action for logout alert
This commit is contained in:
		
							parent
							
								
									5df9e6ab30
								
							
						
					
					
						commit
						7f7d49d8b0
					
				| 
						 | 
					@ -47,14 +47,15 @@ const labels = computed(() => ({
 | 
				
			||||||
      <h2>
 | 
					      <h2>
 | 
				
			||||||
        {{ t('components.auth.Logout.header.unauthenticated') }}
 | 
					        {{ t('components.auth.Logout.header.unauthenticated') }}
 | 
				
			||||||
      </h2>
 | 
					      </h2>
 | 
				
			||||||
 | 
					      <template #actions>
 | 
				
			||||||
        <Link
 | 
					        <Link
 | 
				
			||||||
          solid
 | 
					          solid
 | 
				
			||||||
        secondary
 | 
					          primary
 | 
				
			||||||
        button-width
 | 
					 | 
				
			||||||
          to="/login"
 | 
					          to="/login"
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
          {{ t('components.auth.Logout.link.login') }}
 | 
					          {{ t('components.auth.Logout.link.login') }}
 | 
				
			||||||
        </Link>
 | 
					        </Link>
 | 
				
			||||||
 | 
					      </template>
 | 
				
			||||||
    </Alert>
 | 
					    </Alert>
 | 
				
			||||||
  </main>
 | 
					  </main>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue