Skip to content

Commit

Permalink
Fix link to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMaier committed Jun 10, 2023
1 parent 84d9f7f commit f24990e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VotableTags/VotableTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function VotableTag({

const canVote = tagId;
return (
<Link href={`/images?tags=${tagId}`} passHref>
<Link href={`/images?tags=${tagId}&view=feed`} passHref>
<Badge
component="a"
radius="xs"
Expand Down

0 comments on commit f24990e

Please sign in to comment.