client: Update repo url from Misskey to FoundKey

Changelog: Changed
This commit is contained in:
Norm 2022-09-23 11:22:25 -04:00
parent 80468b1529
commit 54b717a3f4
Signed by untrusted user: norm
GPG Key ID: 7123E30E441E80DE
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</main>
<div v-if="!root" class="powered-by">
<b><MkA to="/">{{ host }}</MkA></b>
<small>Powered by <a href="https://github.com/misskey-dev/misskey" target="_blank">Misskey</a></small>
<small>Powered by <a href="https://akkoma.dev/FoundKeyGang/FoundKey" target="_blank">FoundKey</a></small>
</div>
</div>
</div>

View File

@ -29,7 +29,7 @@
</div>
<div v-if="poweredBy" class="powered-by">
<b><MkA to="/">{{ host }}</MkA></b>
<small>Powered by <a href="https://github.com/misskey-dev/misskey" target="_blank">Misskey</a></small>
<small>Powered by <a href="https://akkoma.dev/FoundKeyGang/FoundKey" target="_blank">FoundKey</a></small>
</div>
</template>
</div>