diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-05-13 20:50:16 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-05-13 20:50:16 +0900 |
| commit | eef368abd0c0dfcd76d2a48bf96394c1e11de01d (patch) | |
| tree | 8d8c3161212bbd3ceeb9e7f8f902a7ccf9d45f55 | |
| parent | fix(frontend): fix retention rate heatmap rendering (diff) | |
| download | sharkey-eef368abd0c0dfcd76d2a48bf96394c1e11de01d.tar.gz sharkey-eef368abd0c0dfcd76d2a48bf96394c1e11de01d.tar.bz2 sharkey-eef368abd0c0dfcd76d2a48bf96394c1e11de01d.zip | |
Update about-misskey.vue
| -rw-r--r-- | packages/frontend/src/pages/about-misskey.vue | 9 |
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> |