feat: add "noopener,noreferrer"
This commit is contained in:
@@ -734,7 +734,7 @@ export const IntegrationSettingsModal = ({
|
|||||||
<Button
|
<Button
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open("https://docs.maxun.dev/mcp/setup", "_blank");
|
window.open("https://docs.maxun.dev/mcp/setup", "_blank" "noopener, noreferrer");
|
||||||
}}
|
}}
|
||||||
style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}
|
style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user