diff --git a/src/components/AccountNotifications.tsx b/src/components/AccountNotifications.tsx index b11d05e5b..188d8aec5 100644 --- a/src/components/AccountNotifications.tsx +++ b/src/components/AccountNotifications.tsx @@ -61,6 +61,7 @@ export const AccountNotifications = (props: IProps) => { type="button" title="Open Profile" onClick={() => openAccountProfile(account)} + className="opacity-80" > @{account.user.login} diff --git a/src/components/Repository.tsx b/src/components/Repository.tsx index ace1d48a4..b8cdb9bdf 100644 --- a/src/components/Repository.tsx +++ b/src/components/Repository.tsx @@ -42,7 +42,7 @@ export const RepositoryNotifications: FC = ({ )} openRepository(repoNotifications[0].repository)} onKeyDown={() => openRepository(repoNotifications[0].repository)} > diff --git a/src/components/__snapshots__/AccountNotifications.test.tsx.snap b/src/components/__snapshots__/AccountNotifications.test.tsx.snap index fbd8f9167..d7d8d8798 100644 --- a/src/components/__snapshots__/AccountNotifications.test.tsx.snap +++ b/src/components/__snapshots__/AccountNotifications.test.tsx.snap @@ -29,6 +29,7 @@ exports[`components/AccountNotifications.tsx should render itself (github.com wi