fix: update `m.webtoo.ls/@elk` links to open in Elk (#725)

pull/729/head
Nicolò Ribaudo 2023-01-03 09:14:49 +01:00 zatwierdzone przez GitHub
rodzic 269fc30afd
commit 6e12402987
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -64,7 +64,7 @@ function toggleDark() {
</template>
</div>
<div>
<a href="https://m.webtoo.ls/@elk" target="_blank">Mastodon</a> &middot; <a href="https://chat.elk.zone" target="_blank">Discord</a> &middot; <a href="https://github.com/elk-zone" target="_blank">GitHub</a>
<a href="/m.webtoo.ls/@elk" target="_blank">Mastodon</a> &middot; <a href="https://chat.elk.zone" target="_blank">Discord</a> &middot; <a href="https://github.com/elk-zone" target="_blank">GitHub</a>
</div>
</footer>
</template>

Wyświetl plik

@ -56,7 +56,7 @@ const handleShowCommit = () => {
<SettingsItem
text="Mastodon"
icon="i-ri:mastodon-line"
to="https://m.webtoo.ls/@elk"
to="/m.webtoo.ls/@elk"
external target="_blank"
/>
<SettingsItem