Add YakiHonne app link

This commit is contained in:
Râu Cao 2024-10-25 12:46:58 +02:00
parent 28e9d14aae
commit ec7c775e25
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -148,6 +148,7 @@ function openWithNostrAppHtml(bech32Id: string): string {
href: `https://nostrudel.ninja/#/articles/${bech32Id}`,
},
{ title: "Coracle", href: `https://coracle.social/${bech32Id}` },
{ title: "YakiHonne", href: `https://yakihonne.com/article/${bech32Id}` },
];
for (const link of appLinks) {