move instance description into a section with divider

This commit is contained in:
Hazelnoot 2025-05-29 18:27:23 -04:00
parent afbe3a95c0
commit 23f0748e60

View file

@ -88,10 +88,12 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkTextarea> </MkTextarea>
</MkFolder> </MkFolder>
<MkKeyValue> <FormSection v-if="instance.description">
<template #key>{{ i18n.ts.description }}</template> <MkKeyValue>
<template #value>{{ instance.description }}</template> <template #key>{{ i18n.ts.description }}</template>
</MkKeyValue> <template #value>{{ instance.description }}</template>
</MkKeyValue>
</FormSection>
<FormSection v-if="iAmModerator"> <FormSection v-if="iAmModerator">
<template #label>{{ i18n.ts.moderation }}</template> <template #label>{{ i18n.ts.moderation }}</template>