Add align center to the user profile slug.

This commit is contained in:
elweyn 2023-02-22 07:56:13 +01:00
parent d2ff5f71be
commit 9bdc9fe2ef

View File

@ -83,7 +83,7 @@
<template v-if="user.about">
<hr />
<ds-space margin-top="small" margin-bottom="small">
<ds-text color="soft" size="small" class="hyphenate-text">{{ user.about }}</ds-text>
<ds-text align="center" color="soft" size="small" class="hyphenate-text">{{ user.about }}</ds-text>
</ds-space>
</template>
</base-card>