hide kimis for now

This commit is contained in:
ThatOneCalculator 2023-02-09 14:47:43 -08:00
parent 4157b00cdf
commit f7e5d439bf
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 6 additions and 6 deletions

View File

@ -4,12 +4,12 @@
<div style="overflow: clip;"> <div style="overflow: clip;">
<MkSpacer :content-max="600" :margin-min="20"> <MkSpacer :content-max="600" :margin-min="20">
<div class="_formRoot"> <div class="_formRoot">
<FormSection>
<template #label>{{ i18n.ts._apps.crossPlatform }}</template>
<div class="_formBlock" style="text-align: center;"> <div class="_formBlock" style="text-align: center;">
<pwa-install/> <pwa-install/>
<MkButton primary rounded inline @click="installPwa">{{ i18n.ts._apps.pwa }}</MkButton> <MkButton primary rounded inline @click="installPwa">{{ i18n.ts._apps.pwa }}</MkButton>
</div> </div>
<FormSection>
<template #label>{{ i18n.ts._apps.crossPlatform }}</template>
<div class="_formLinks"> <div class="_formLinks">
<FormLink to="https://kaiteki.app" external> <FormLink to="https://kaiteki.app" external>
<template #icon> <template #icon>
@ -39,13 +39,13 @@
{{ i18n.ts._apps.subwayTooter }} {{ i18n.ts._apps.subwayTooter }}
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template> <template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template>
</FormLink> </FormLink>
<FormLink to="https://apps.apple.com/app/kimis-a-client-for-misskey/id1667275125" external> <!-- <FormLink to="https://apps.apple.com/app/kimis-a-client-for-misskey/id1667275125" external>
<template #icon> <template #icon>
<i class="ph-apple-logo-bold ph-xl"/> <i class="ph-apple-logo-bold ph-xl"/>
</template> </template>
{{ i18n.ts._apps.kimis }} {{ i18n.ts._apps.kimis }}
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.paid }}</template> <template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.paid }}</template>
</FormLink> </FormLink> -->
</div> </div>
</FormSection> </FormSection>
<FormSection> <FormSection>