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' }}
|
||||||
>
|
>
|
||||||
@@ -1201,4 +1201,4 @@ export const modalStyle = {
|
|||||||
padding: "20px",
|
padding: "20px",
|
||||||
maxHeight: "90vh",
|
maxHeight: "90vh",
|
||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user