File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ /* eslint-disable react/prop-types */
1
2
import React from "react" ;
2
3
import Details from "@theme/Details" ;
3
4
Original file line number Diff line number Diff line change
1
+ /* eslint-disable react/prop-types */
1
2
import React from "react" ;
2
3
import usePathname from "../usePathname" ;
3
4
import styles from "./styles.module.css" ;
@@ -16,7 +17,7 @@ export default function OpenInColab({ path }) {
16
17
< a
17
18
href = { `https://colab.research.google.com/github/chvmvd/sikepuri-of-algorithm/blob/main${ pathname } ${ path } ` }
18
19
target = "_blank"
19
- rel = "noopener "
20
+ rel = "noreferrer "
20
21
>
21
22
< img
22
23
src = "https://colab.research.google.com/assets/colab-badge.svg"
Original file line number Diff line number Diff line change
1
+ /* eslint-disable react/prop-types */
1
2
import React , { useState , useEffect } from "react" ;
2
3
import CodeBlock from "@theme/CodeBlock" ;
3
4
import usePathname from "../usePathname" ;
You can’t perform that action at this time.
0 commit comments