This commit is contained in:
Kieran 2023-02-09 18:51:50 +00:00
parent 13b50b250f
commit 33374e2987
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ const Artwork: Array<ArtworkEntry> = [
{
name: "",
pubkey: bech32ToHex("npub1r0rs5q2gk0e3dk3nlc7gnu378ec6cnlenqp8a3cjhyzu6f8k5sgs4sq9ac"),
link: "https://void.cat/d/KtoX4ei6RYHY7HESg3Ve3k"
}
link: "https://void.cat/d/KtoX4ei6RYHY7HESg3Ve3k",
},
];
export default function LoginPage() {