summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-05-13 20:50:16 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-05-13 20:50:16 +0900
commiteef368abd0c0dfcd76d2a48bf96394c1e11de01d (patch)
tree8d8c3161212bbd3ceeb9e7f8f902a7ccf9d45f55
parentfix(frontend): fix retention rate heatmap rendering (diff)
downloadsharkey-eef368abd0c0dfcd76d2a48bf96394c1e11de01d.tar.gz
sharkey-eef368abd0c0dfcd76d2a48bf96394c1e11de01d.tar.bz2
sharkey-eef368abd0c0dfcd76d2a48bf96394c1e11de01d.zip
Update about-misskey.vue
-rw-r--r--packages/frontend/src/pages/about-misskey.vue9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue
index 9e0594db3c..b487916ff6 100644
--- a/packages/frontend/src/pages/about-misskey.vue
+++ b/packages/frontend/src/pages/about-misskey.vue
@@ -86,8 +86,13 @@
</FormSection>
<FormSection>
<template #label>Special thanks</template>
- <div style="text-align: center;">
- <a style="display: inline-block;" class="dcadvirth" title="DC Advirth" href="https://www.dotchain.ltd/advirth" target="_blank"><img width="200" src="https://misskey-hub.net/sponsors/dcadvirth.png" alt="DC Advirth"></a>
+ <div class="_gaps" style="text-align: center;">
+ <div>
+ <a style="display: inline-block;" class="masknetwork" title="Mask Network" href="https://mask.io/" target="_blank"><img width="200" src="https://misskey-hub.net/sponsors/masknetwork.png" alt="Mask Network"></a>
+ </div>
+ <div>
+ <a style="display: inline-block;" class="dcadvirth" title="DC Advirth" href="https://www.dotchain.ltd/advirth" target="_blank"><img width="200" src="https://misskey-hub.net/sponsors/dcadvirth.png" alt="DC Advirth"></a>
+ </div>
</div>
</FormSection>
</div>