diff --git a/src/components/AccountNotifications.tsx b/src/components/AccountNotifications.tsx index 54344c800..5cd015fba 100644 --- a/src/components/AccountNotifications.tsx +++ b/src/components/AccountNotifications.tsx @@ -1,7 +1,7 @@ import { ChevronDownIcon, ChevronLeftIcon, - ChevronUpIcon, + ChevronRightIcon, FeedPersonIcon, GitPullRequestIcon, IssueOpenedIcon, @@ -68,7 +68,7 @@ export const AccountNotifications: FC = ( ? ChevronLeftIcon : showAccountNotifications ? ChevronDownIcon - : ChevronUpIcon; + : ChevronRightIcon; const toggleAccountNotificationsLabel = notifications.length === 0 diff --git a/src/components/RepositoryNotifications.tsx b/src/components/RepositoryNotifications.tsx index 758c3a099..c07baa892 100644 --- a/src/components/RepositoryNotifications.tsx +++ b/src/components/RepositoryNotifications.tsx @@ -1,7 +1,7 @@ import { CheckIcon, ChevronDownIcon, - ChevronUpIcon, + ChevronRightIcon, MarkGithubIcon, ReadIcon, } from '@primer/octicons-react'; @@ -41,7 +41,7 @@ export const RepositoryNotifications: FC = ({ const ChevronIcon = showRepositoryNotifications ? ChevronDownIcon - : ChevronUpIcon; + : ChevronRightIcon; const toggleRepositoryNotificationsLabel = showRepositoryNotifications ? 'Hide repository notifications' diff --git a/src/components/__snapshots__/AccountNotifications.test.tsx.snap b/src/components/__snapshots__/AccountNotifications.test.tsx.snap index c05944d21..51ee5543b 100644 --- a/src/components/__snapshots__/AccountNotifications.test.tsx.snap +++ b/src/components/__snapshots__/AccountNotifications.test.tsx.snap @@ -2126,7 +2126,7 @@ exports[`components/AccountNotifications.tsx should toggle account notifications > diff --git a/src/components/__snapshots__/RepositoryNotifications.test.tsx.snap b/src/components/__snapshots__/RepositoryNotifications.test.tsx.snap index 832e176b5..92cd56027 100644 --- a/src/components/__snapshots__/RepositoryNotifications.test.tsx.snap +++ b/src/components/__snapshots__/RepositoryNotifications.test.tsx.snap @@ -328,7 +328,7 @@ exports[`components/RepositoryNotifications.tsx should toggle repository notific >