Skip to content

Commit

Permalink
Merge pull request #887 from push-protocol/876-bug-links
Browse files Browse the repository at this point in the history
Frens of Push redirect link
  • Loading branch information
rohitmalhotra1420 authored Sep 26, 2024
2 parents 686e695 + 7168b79 commit 50ae2a6
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 50ae2a6

Please sign in to comment.