mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 03:16:35 +02:00
style/about dialog: exclude the brackets from the contributor role tooltip cue
This commit is contained in:
@@ -213,12 +213,11 @@ function ContributorListItem({data, onHover}: {data: Contributor, onHover?: Hove
|
||||
</a>
|
||||
|
||||
{roleString && <span
|
||||
className="contributor-role"
|
||||
ref={roleRef}
|
||||
onMouseEnter={(e) => onHover?.(data, true, "role")}
|
||||
onMouseLeave={(e) => onHover?.(data, false, "role")}>
|
||||
|
||||
({roleString})
|
||||
(<span className="contributor-role">{roleString}</span>)
|
||||
</span>}
|
||||
</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user