style: remove Misskey.io branding

This commit is contained in:
무라쿠모 2024-06-14 15:38:28 +09:00
parent 737368eb89
commit e990ebb4e0
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
4 changed files with 9 additions and 3 deletions

View file

@ -25,6 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #value><div v-html="instance.description"></div></template>
</MkKeyValue>
<!--
<div style="display:flex;flex-direction:column;align-items:center;justify-content:center">
<div>© {{ new Date().getFullYear() }} MisskeyHQ Inc.</div>
<a href="https://go.misskey.io/legal-notice" target="_blank" rel="noopener"><u>特定商取引法に基づく表記</u></a>
@ -36,6 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<a title="Skeb" href="https://skeb.jp/" target="_blank"><img src="https://media.misskeyusercontent.jp/misskey-io/sponsors/skeb.png" alt="Skeb" width="140"></a>
</div>
</FormSection>
-->
<FormSection>
<div class="_gaps_m">
@ -99,11 +101,13 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #icon><i class="ti ti-message"></i></template>
{{ i18n.ts.support }}
</FormLink>
<!--
<FormLink to="https://misskeyhq.fanbox.cc" external>
<template #icon><i class="ti ti-pig-money"></i></template>
{{ i18n.tsx.supportThisInstance({ name: instance.name ?? host }) }}
<template #suffix>pixivFANBOX</template>
</FormLink>
-->
</div>
</div>
</FormSection>