diff options
author | Ajay Ramachandran <[email protected]> | 2021-01-02 20:10:47 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-01-02 20:10:47 -0500 |
commit | 647a3839d0eee696f1c9c5ff4351586117d5f64a (patch) | |
tree | 6af5cf1640e57d08df4d1adc64b3877cb0776d9e | |
parent | 2808b766558b33b7ccf152cea93016c906cc470c (diff) | |
download | SponsorBlock-647a3839d0eee696f1c9c5ff4351586117d5f64a.tar.gz SponsorBlock-647a3839d0eee696f1c9c5ff4351586117d5f64a.zip |
Make link open in new tab
-rw-r--r-- | src/components/SubmissionNoticeComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SubmissionNoticeComponent.tsx b/src/components/SubmissionNoticeComponent.tsx index c1c34643..381c5109 100644 --- a/src/components/SubmissionNoticeComponent.tsx +++ b/src/components/SubmissionNoticeComponent.tsx @@ -133,7 +133,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S <tr style={{textAlign: "center"}}> <p style={{width: "300px", textAlign: "center", display: "inline-block", fontSize: "11px"}}> Like contributing to crowdsourced projects? - Consider checking out <a href="https://gist.github.com/ajayyy/6f2cf90dd66e51067a7ab5e63544cd4e" style={{textDecoration: "underline"}}>YouCap or NekoCap</a>, + Consider checking out <a href="https://gist.github.com/ajayyy/6f2cf90dd66e51067a7ab5e63544cd4e" style={{textDecoration: "underline"}} target="_blank" rel="noreferrer">YouCap or NekoCap</a>, new open-source replacements for YouTube{"'"}s now defunct community captions. </p> |