Skip to content

Commit 0995f2a

Browse files
authored
docs: remove noreferrer from VGV footer link (#189)
1 parent 8e7a6e2 commit 0995f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const config = {
142142
],
143143
},
144144
],
145-
copyright: `Copyright © ${new Date().getFullYear()} Very Good Ventures.<br/>Built with 💙 by <a target="_blank" rel="noopener noreferrer" aria-label="Very Good Ventures" href="https://verygood.ventures">Very Good Ventures</a>.`,
145+
copyright: `Copyright © ${new Date().getFullYear()} Very Good Ventures.<br/>Built with 💙 by <a target="_blank" rel="noopener" aria-label="Very Good Ventures" href="https://verygood.ventures">Very Good Ventures</a>.`,
146146
},
147147
prism: {
148148
additionalLanguages: ['dart'],

0 commit comments

Comments
 (0)