feat: simple relay page

This commit is contained in:
2024-09-09 16:19:39 +01:00
parent 40ffebb0c2
commit 68b5cd60a6
15 changed files with 186 additions and 243 deletions

View File

@ -100,7 +100,7 @@ export function Note(props: NoteProps) {
<div
className={classNames(baseClassName, {
active: highlight,
"hover:bg-nearly-bg-color cursor-pointer": !opt?.isRoot,
"hover:bg-nearly-bg-background cursor-pointer": !opt?.isRoot,
})}
onClick={e => goToEvent(e, ev)}
ref={ref}>