requested changes.
This commit is contained in:
parent
1696e31797
commit
c97fafa071
6 changed files with 5 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<div v-html="sanitizeHtml(instance.description) || i18n.ts.headlineMisskey"></div>
|
||||
</div>
|
||||
<div v-if="instance.description !== instance.about" :class=$style.showMore>
|
||||
<div v-if="instance.about && instance.description !== instance.about" :class=$style.showMore>
|
||||
<p><a href="/about">{{ i18n.ts.showMore }}</a></p>
|
||||
</div>
|
||||
<div v-if="instance.disableRegistration || instance.federation !== 'all'" :class="$style.mainWarn" class="_gaps_s">
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<MkKeyValue>
|
||||
<template #key>{{ i18n.ts.about }}</template>
|
||||
<template #value><div v-html="sanitizeHtml(instance.about)"></div></template>
|
||||
<template #value><div v-html="sanitizeHtml(instance.about || instance.description)"></div></template>
|
||||
</MkKeyValue>
|
||||
|
||||
<FormSection>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue