fix: update `m.webtoo.ls/@elk` links to open in Elk (#725)
parent
269fc30afd
commit
6e12402987
|
@ -64,7 +64,7 @@ function toggleDark() {
|
|||
</template>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://m.webtoo.ls/@elk" target="_blank">Mastodon</a> · <a href="https://chat.elk.zone" target="_blank">Discord</a> · <a href="https://github.com/elk-zone" target="_blank">GitHub</a>
|
||||
<a href="/m.webtoo.ls/@elk" target="_blank">Mastodon</a> · <a href="https://chat.elk.zone" target="_blank">Discord</a> · <a href="https://github.com/elk-zone" target="_blank">GitHub</a>
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue