Skip to content

Commit

Permalink
Merge a2df1dc into c3cce3d
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Jun 16, 2024
2 parents c3cce3d + a2df1dc commit bcc4ec9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/AccountNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const AccountNotifications = (props: IProps) => {
type="button"
title="Open Profile"
onClick={() => openAccountProfile(account)}
className="opacity-80"
>
@{account.user.login}
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Repository.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const RepositoryNotifications: FC<IProps> = ({
<MarkGithubIcon size={18} />
)}
<span
className="cursor-pointer truncate"
className="cursor-pointer truncate opacity-90"
onClick={() => openRepository(repoNotifications[0].repository)}
onKeyDown={() => openRepository(repoNotifications[0].repository)}
>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/components/__snapshots__/Repository.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcc4ec9

Please sign in to comment.