bug: noreferrer

This commit is contained in:
Kieran 2023-01-19 00:03:59 +00:00
parent 2f8f8d8075
commit 1d3676f144
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -18,7 +18,7 @@ const DonatePage = () => {
Your donations are greatly appreciated
</p>
<p>
Check out the code here: <a href="https://github.com/v0l/snort" rel="_noref" target="_blank">https://github.com/v0l/snort</a>
Check out the code here: <a href="https://github.com/v0l/snort" rel="noreferrer" target="_blank">https://github.com/v0l/snort</a>
</p>
<h3>Developers</h3>
{Developers.map(a => <ProfilePreview pubkey={a} key={a} actions={<ZapButton pubkey={a} />} />)}