From d3c927ed88a19d2c35224b791bda47c8e5e0b29c Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 12 Apr 2026 20:59:29 +0300 Subject: [PATCH] style/about dialog: exclude the brackets from the contributor role tooltip cue --- apps/client/src/widgets/dialogs/about.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/client/src/widgets/dialogs/about.tsx b/apps/client/src/widgets/dialogs/about.tsx index cf0aad263f..37ddbc6ac8 100644 --- a/apps/client/src/widgets/dialogs/about.tsx +++ b/apps/client/src/widgets/dialogs/about.tsx @@ -213,12 +213,11 @@ function ContributorListItem({data, onHover}: {data: Contributor, onHover?: Hove {roleString && onHover?.(data, true, "role")} onMouseLeave={(e) => onHover?.(data, false, "role")}> - ({roleString}) + ({roleString}) } }