File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- import { useRef , useCallback , useEffect } from 'react' ;
1
+ import React , { useRef , useCallback , useEffect } from 'react' ;
2
2
import { useInView } from 'react-intersection-observer' ;
3
3
import 'intersection-observer' ;
4
4
Original file line number Diff line number Diff line change
1
+ import React from 'react' ;
1
2
import { Logo } from 'components/logo' ;
2
3
3
4
export default {
@@ -67,7 +68,7 @@ export default {
67
68
< a
68
69
href = "https://jaredpalmer.com/?utm_source=tsdx"
69
70
target = "_blank"
70
- rel = "noopener"
71
+ rel = "noopener noreferrer "
71
72
className = "inline-flex items-center no-underline text-current font-semibold"
72
73
>
73
74
< span className = "mr-1" > A Jared Palmer Project</ span >
@@ -80,7 +81,7 @@ export default {
80
81
filepath
81
82
}
82
83
target = "_blank"
83
- rel = "noopener"
84
+ rel = "noopener noreferrer "
84
85
>
85
86
Edit this page on GitHub
86
87
</ a >
Original file line number Diff line number Diff line change
1
+ import React from 'react' ;
1
2
import '.nextra/styles.css' ;
2
3
import GoogleFonts from 'next-google-fonts' ;
3
4
You can’t perform that action at this time.
0 commit comments