Skip to content

Commit

Permalink
update popup "copy to clipboard" URL
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Sep 11, 2024
1 parent d4ee21f commit 9390b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome_extension/1-dev/popup/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const App = ({media_type, media}) => {
</a>
</div>
<div class="text-container">
<a class="entrypoint" href={links.entrypoint} onClick={(event) => process_click_copy(event, (av_media_type ? links.entrypoint : links.media_link))} title="copy link to clipboard">
<a class="entrypoint" href={links.media_link} onClick={(event) => process_click_copy(event, links.media_link)} title="copy link to clipboard">
{links.media_link}
</a>
</div>
Expand Down

0 comments on commit 9390b0c

Please sign in to comment.