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

This commit is contained in:
Nicolò Ribaudo 2023-01-03 09:14:49 +01:00 committed by GitHub
parent 269fc30afd
commit 6e12402987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ function toggleDark() {
</template> </template>
</div> </div>
<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> </div>
</footer> </footer>
</template> </template>

View file

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