Skip to content

Commit

Permalink
fix: add link
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Aug 1, 2024
1 parent 6c052b8 commit d9168c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function Component() {

<a
className="absolute right-0 opacity-0 transition-opacity group-hover:opacity-100"
href={`${DEEPLINK_SCHEME}#add?id=${subscription.feeds?.id}`}
href={`${DEEPLINK_SCHEME}add?id=${subscription.feeds?.id}`}
onClick={stopPropagation}
>
<StyledButton>
Expand Down

0 comments on commit d9168c0

Please sign in to comment.