Make link open in new tab

This commit is contained in:
Ajay Ramachandran
2021-01-02 20:10:47 -05:00
parent 2808b76655
commit 647a3839d0

View File

@@ -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>