diff options
Diffstat (limited to 'src/view/com/util/post-embeds')
-rw-r--r-- | src/view/com/util/post-embeds/YoutubeEmbed.tsx | 4 | ||||
-rw-r--r-- | src/view/com/util/post-embeds/index.tsx | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/view/com/util/post-embeds/YoutubeEmbed.tsx b/src/view/com/util/post-embeds/YoutubeEmbed.tsx index 2ca0750a3..2f2da5662 100644 --- a/src/view/com/util/post-embeds/YoutubeEmbed.tsx +++ b/src/view/com/util/post-embeds/YoutubeEmbed.tsx @@ -23,9 +23,9 @@ export const YoutubeEmbed = ({ return ( <Link + asAnchor style={[styles.extOuter, pal.view, pal.border, style]} - href={link.uri} - noFeedback> + href={link.uri}> <ExternalLinkEmbed link={link} imageChild={imageChild} /> </Link> ) diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx index 5d0090434..bf2365f18 100644 --- a/src/view/com/util/post-embeds/index.tsx +++ b/src/view/com/util/post-embeds/index.tsx @@ -150,7 +150,6 @@ export function PostEmbeds({ return ( <Link asAnchor - noFeedback style={[styles.extOuter, pal.view, pal.border, style]} href={link.uri}> <ExternalLinkEmbed link={link} /> |