We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aea631 commit 36775adCopy full SHA for 36775ad
1 file changed
src/renderer/components/settings/NotificationSettings.tsx
@@ -9,6 +9,7 @@ import {
9
IssueOpenedIcon,
10
MilestoneIcon,
11
PlusIcon,
12
+ SmileyIcon,
13
SyncIcon,
14
TagIcon,
15
} from '@primer/octicons-react';
@@ -248,6 +249,10 @@ export const NotificationSettings: FC = () => {
248
249
<IssueOpenedIcon size={Size.SMALL} />
250
linked issues
251
</Stack>
252
+ <Stack direction="horizontal" gap="condensed">
253
+ <SmileyIcon size={Size.SMALL} />
254
+ reactions
255
+ </Stack>
256
<Stack direction="horizontal" gap="condensed">
257
<CheckIcon size={Size.SMALL} />
258
pr reviews
0 commit comments