Skip to content

Commit 4391182

Browse files
authored
refactor(avatar): remove cursor style (#1287)
refactor: avatar no cursor
1 parent b1bf28c commit 4391182

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

src/components/__snapshots__/AccountNotifications.test.tsx.snap

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/__snapshots__/NotificationRow.test.tsx.snap

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/__snapshots__/RepositoryNotifications.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/icons/AvatarIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const AvatarIcon: FC<IAvatarIcon> = (props: IAvatarIcon) => {
1515
return (
1616
<img
1717
className={cn(
18-
'cursor-pointer rounded-full object-cover',
18+
'rounded-full object-cover',
1919
props.size === Size.XSMALL
2020
? 'size-4'
2121
: props.size === Size.SMALL

src/components/icons/__snapshots__/AvatarIcon.test.tsx.snap

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)