feat: display website link in profile

This commit is contained in:
codytseng
2025-02-01 14:23:36 +08:00
parent 7c34042da3
commit 6c049001f6
3 changed files with 12 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ export function getProfileFromProfileEvent(event: Event) {
original_username: username,
nip05: profileObj.nip05,
about: profileObj.about,
website: profileObj.website,
created_at: event.created_at
}
} catch (err) {