File tree 2 files changed +22
-21
lines changed
2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 8
8
"@next/next/no-img-element": [
9
9
"off"
10
10
],
11
- "react/display-name": ["off"]
11
+ "react/display-name": [
12
+ "off"
13
+ ],
14
+ "react/jsx-no-target-blank": [
15
+ "off"
16
+ ]
12
17
}
13
18
}
Original file line number Diff line number Diff line change 1
1
export const CustomAd = ( ) => {
2
2
return (
3
- < div id = " carbonads" >
3
+ < div id = ' carbonads' >
4
4
< span >
5
- < span className = " carbon-wrap" >
5
+ < span className = ' carbon-wrap' >
6
6
< a
7
- href = "https://freemote.com/strategy?sl=roadmap"
8
- className = "carbon-img"
9
- target = "_blank"
10
- rel = "noopener sponsored"
7
+ href = 'https://freemote.com/strategy?sl=roadmap'
8
+ className = 'carbon-img'
9
+ target = '_blank'
11
10
>
12
11
< img
13
- src = "/fm-img.png"
14
- alt = "FM Logo"
15
- border = "0"
16
- height = "100"
17
- width = "130"
18
- style = { { maxWidth : "130px" } }
12
+ src = '/fm-img.png'
13
+ alt = 'FM Logo'
14
+ height = '100'
15
+ width = '130'
16
+ style = { { maxWidth : '130px' , border : 'none' } }
19
17
/>
20
18
</ a >
21
19
< a
22
- href = "https://freemote.com/strategy?sl=roadmap"
23
- className = "carbon-text"
24
- target = "_blank"
25
- rel = "noopener sponsored"
20
+ href = 'https://freemote.com/strategy?sl=roadmap'
21
+ className = 'carbon-text'
22
+ target = '_blank'
26
23
>
27
24
He Went from ZERO TO $74,000 as a Full Time Developer in 7 Weeks
28
25
</ a >
29
26
</ span >
30
27
< a
31
- href = "https://github.com/sponsors/kamranahmedse"
32
- className = "carbon-poweredby"
33
- target = "_blank"
34
- rel = "noopener sponsored"
28
+ href = 'https://github.com/sponsors/kamranahmedse'
29
+ className = 'carbon-poweredby'
30
+ target = '_blank'
35
31
>
36
32
Sponsored by
37
33
</ a >
You can’t perform that action at this time.
0 commit comments