event: fix classname on event detail view

still had recommend-server class (copy/paste error)
OFF0 2023-08-09 11:59:52 +02:00
parent f3478c4148
commit a73af8bb78
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export const renderEventDetails = (evt: Event, relay: string) => {
elem('a', {className: 'mbox-img', href: `/${npub}`, tabIndex: -1}, img),
body,
], {
className: 'mbox-recommend-server',
className: 'mbox-plain-event',
data: {kind: evt.kind, id: evt.id, pubkey: evt.pubkey}
});
};