Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed Mar 31, 2024
1 parent 137b0b7 commit 3f1c6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/convertNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const collectionVote = (
return {
...getInitialData(notification),
description: DESCRIPTIONS[notification.notification_type](username),
href: `collections/${slug}`,
href: `/collections/${slug}`,
poster: (
<EntryCard containerRatio={1} className="w-10" poster={avatar} />
),
Expand Down

0 comments on commit 3f1c6d7

Please sign in to comment.