diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-06-04 13:15:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-04 13:15:35 +0900 |
| commit | 43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7 (patch) | |
| tree | baf3651087d56216bb84e3bedaead3a355d22520 | |
| parent | Update about-misskey.vue (diff) | |
| download | sharkey-43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7.tar.gz sharkey-43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7.tar.bz2 sharkey-43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7.zip | |
fix
| -rw-r--r-- | packages/frontend/src/pages/about-misskey.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue index 629f00689d..cc0394f401 100644 --- a/packages/frontend/src/pages/about-misskey.vue +++ b/packages/frontend/src/pages/about-misskey.vue @@ -111,7 +111,7 @@ SPDX-License-Identifier: AGPL-3.0-only <a style="display: inline-block;" class="skeb" title="Skeb" href="https://skeb.jp/" target="_blank"><img style="width: 100%;" src="https://assets.misskey-hub.net/sponsors/skeb.svg" alt="Skeb"></a> </div> <div> - <a style="display: inline-block;" class="pepabo" title="GMO Pepabo" href="https://pepabo.com/" target="_blank"><img style="width: 100%;" src="https://assets.misskey-hub.net/sponsors/gmo_pepabo.svg" alt="Skeb"></a> + <a style="display: inline-block;" class="pepabo" title="GMO Pepabo" href="https://pepabo.com/" target="_blank"><img style="width: 100%;" src="https://assets.misskey-hub.net/sponsors/gmo_pepabo.svg" alt="GMO Pepabo"></a> </div> </div> </FormSection> |