Skip to content

Commit 36775ad

Browse files
authored
feat(settings): update metric setting tooltip (#2585)
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 1aea631 commit 36775ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/renderer/components/settings/NotificationSettings.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
IssueOpenedIcon,
1010
MilestoneIcon,
1111
PlusIcon,
12+
SmileyIcon,
1213
SyncIcon,
1314
TagIcon,
1415
} from '@primer/octicons-react';
@@ -248,6 +249,10 @@ export const NotificationSettings: FC = () => {
248249
<IssueOpenedIcon size={Size.SMALL} />
249250
linked issues
250251
</Stack>
252+
<Stack direction="horizontal" gap="condensed">
253+
<SmileyIcon size={Size.SMALL} />
254+
reactions
255+
</Stack>
251256
<Stack direction="horizontal" gap="condensed">
252257
<CheckIcon size={Size.SMALL} />
253258
pr reviews

0 commit comments

Comments
 (0)