Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed Sep 26, 2024
1 parent a520cc0 commit 7168b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChannelItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const ChannelItem = ({ channelProp }, delay) => {
<Container
href={
channelObject.channel
? `https://app.push.org/channels?search=${channelObject.channel}`
? `https://app.push.org/channels/${channelObject.channel}`
: channelObject.url
}
target='_blank'
Expand Down

0 comments on commit 7168b79

Please sign in to comment.