fix: nanka iroiro
This commit is contained in:
parent
1663d8a36d
commit
7524b89c9d
|
@ -57,10 +57,10 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</button>
|
||||
</div>
|
||||
</FormSection>
|
||||
<FormSection v-if="instance.repositoryUrl !== 'https://github.com/misskey-dev/misskey'">
|
||||
<div class="_gaps_s">
|
||||
<FormSection v-if="instance.repositoryUrl !== 'https://github.com/LycheeBridge/LycheeBridge'">
|
||||
<div class="_gaps_m">
|
||||
<MkInfo>
|
||||
{{ i18n.tsx._aboutMisskey.thisIsModifiedVersion({ name: instance.name }) }}
|
||||
{{ i18n.tsx._aboutMisskey.thisIsModifiedVersion({ name: instance.name || 'LycheeBridge' }) }}
|
||||
</MkInfo>
|
||||
<FormLink v-if="instance.repositoryUrl" :to="instance.repositoryUrl" external>
|
||||
<template #icon><i class="ti ti-code"></i></template>
|
||||
|
@ -155,7 +155,14 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</span>
|
||||
</span>
|
||||
</a>
|
||||
<MkLink url="https://github.com/LycheeBridge/LycheeBridge/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink>
|
||||
|
||||
<div class="_gaps_s">
|
||||
<FormLink to="https://github.com/LycheeBridge/LycheeBridge/graphs/contributors" external>
|
||||
<template #icon><i class="ti ti-code"></i></template>
|
||||
{{ i18n.ts._aboutMisskey.allContributors }}
|
||||
<template #suffix>GitHub</template>
|
||||
</FormLink>
|
||||
</div>
|
||||
</FormSection>
|
||||
<FormSection>
|
||||
<template #label>Special thanks</template>
|
||||
|
|
Loading…
Reference in a new issue