Skip to content

Commit

Permalink
feat: group by date
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 19, 2024
1 parent a28c13f commit 722d871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NotificationRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const NotificationRow: FC<INotificationRow> = ({
alt={`${repoSlug}'s avatar`}
/>
) : (
<MarkGithubIcon size={18} />
<MarkGithubIcon size={16} />
)}
</span>
<span
Expand Down

0 comments on commit 722d871

Please sign in to comment.