Add dropdown menu for opening article in other apps

This commit is contained in:
2024-10-21 22:58:46 +02:00
parent ffd709d2f9
commit 96254b38be
4 changed files with 114 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ export default class Article {
}
get url(): string {
return `${config.base_url}/${this.naddr}`
return `${config.base_url}/${this.naddr}`;
}
get title(): string {