chore: added matrix link
This commit is contained in:
parent
dda4af559f
commit
749ac1f43a
1 changed files with 6 additions and 2 deletions
|
@ -255,8 +255,12 @@ export function PageMain(props: {
|
|||
),
|
||||
},
|
||||
{
|
||||
name: 'imessage',
|
||||
value: () => props.data.email,
|
||||
name: 'matrix',
|
||||
value: () => (
|
||||
<Link href="//matrix.to/#/@teidesu:stupid.fish" target="_blank">
|
||||
@teidesu:stupid.fish
|
||||
</Link>
|
||||
),
|
||||
},
|
||||
{
|
||||
name: 'email',
|
||||
|
|
Loading…
Reference in a new issue