We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfcb7e commit 16ac56eCopy full SHA for 16ac56e
src/pages/About.tsx
@@ -93,7 +93,7 @@ export const AboutPage = () => {
93
<Row {...context?.rowProps}>
94
{SITES.map((s) => (
95
<Col xs={24} sm={12} key={`col-${s.title}`}>
96
- <a href={s.link} target="_blank">
+ <a href={s.link} target="_blank" rel="noopener noreferrer">
97
<Card hoverable>
98
<Flex vertical gap="small">
99
{createElement(s.icon, { style: { fontSize: 24 } })}
0 commit comments