chore: fedi -> bsky

This commit is contained in:
alina 🌸 2024-11-07 17:32:30 +03:00
parent e0c4f059e0
commit dc40678f96
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
], ],
"id": "did:web:tei.su", "id": "did:web:tei.su",
"alsoKnownAs": [ "alsoKnownAs": [
"at://tei.su" "at://tei.pet"
], ],
"verificationMethod": [ "verificationMethod": [
{ {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -251,10 +251,10 @@ export function PageMain(props: {
), ),
}, },
{ {
name: 'fedi', name: 'bluesky',
value: () => ( value: () => (
<Link href="https://very.stupid.fish/@teidesu" target="_blank"> <Link href="https://bsky.app/profile/did:web:tei.su" target="_blank">
@teidesu@very.stupid.fish @tei.pet
</Link> </Link>
), ),
}, },