mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 17:42:02 +05:30
fix fedi and matrix links
This commit is contained in:
parent
bebefc4a22
commit
9349f20cef
@ -53,11 +53,11 @@
|
||||
{/if}
|
||||
|
||||
{#if user.matrix}
|
||||
<a href={user.matrix}><div class="i-simple-icons:matrix" /></a>
|
||||
<a href=https://matrix.to/#/{user.matrix}><div class="i-simple-icons:matrix" /></a>
|
||||
{/if}
|
||||
|
||||
{#if user.fediverse}
|
||||
<a href={user.fediverse}><div class="i-simple-icons:mastodon" /></a>
|
||||
<a href=https://{user.fediverse}><div class="i-simple-icons:mastodon" /></a>
|
||||
{/if}
|
||||
|
||||
{#if user.website}
|
||||
|
Loading…
Reference in New Issue
Block a user