make logout button standout a bit
This commit is contained in:
@@ -209,7 +209,7 @@ onMounted(async () => {
|
||||
|
||||
<Section :title="$t('profile.title')">
|
||||
<template #header-buttons>
|
||||
<Button @click="profileModel.logout()">{{ $t('main.logout') }}</Button>
|
||||
<Button secondary @click="profileModel.logout()">{{ $t('main.logout') }}</Button>
|
||||
</template>
|
||||
|
||||
<div style="display: flex; flex-wrap: wrap; gap: 20px">
|
||||
|
||||
Reference in New Issue
Block a user