File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 12
12
[ ![ npm] ( https://img.shields.io/npm/dm/react-editext.svg )] ( https://www.npmjs.com/package/react-editext )
13
13
[ ![ Github] ( https://github.com/alioguzhan/react-editext/workflows/build/badge.svg )] ( https://github.com/alioguzhan/react-editext/actions )
14
14
[ ![ codecov] ( https://codecov.io/gh/alioguzhan/react-editext/branch/master/graph/badge.svg )] ( https://codecov.io/gh/alioguzhan/react-editext )
15
- [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=alioguzhan_react-editext&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=alioguzhan_react-editext )
16
15
![ Github All Contributors] ( https://img.shields.io/github/all-contributors/alioguzhan/react-editext )
17
16
[ ![ FreePalestine.Dev] ( https://freepalestine.dev/badge?t=d&u=0&r=1 )] ( https://freepalestine.dev )
18
17
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html lang ="en ">
3
3
4
4
< head >
5
5
< meta charset ="utf-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
8
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css " />
9
- < script async defer src ="
https://unpkg.com/[email protected] /dist/buttons.min.js "
10
- integrity ="sha384-k2PcLejv4uxzZOe/a6pBPIAhex6Y3KDXAaP32qRL/WBa1KqVkiK6EC89qQZZ3Uli "
11
- crossorigin ="anonymous "> </ script >
12
9
< title > React EdiText</ title >
13
10
<!-- Google tag (gtag.js) -->
14
11
< script async src ="https://www.googletagmanager.com/gtag/js?id=G-YGR7BPQH4C "> </ script >
15
12
< script >
16
- window . dataLayer = window . dataLayer || [ ] ;
17
- function gtag ( ) { dataLayer . push ( arguments ) ; }
18
- gtag ( 'js' , new Date ( ) ) ;
13
+ window . dataLayer = window . dataLayer || [ ]
14
+ function gtag ( ) {
15
+ dataLayer . push ( arguments )
16
+ }
17
+ gtag ( 'js' , new Date ( ) )
19
18
20
- gtag ( 'config' , 'G-YGR7BPQH4C' ) ;
19
+ gtag ( 'config' , 'G-YGR7BPQH4C' )
21
20
</ script >
22
21
</ head >
23
22
26
25
27
26
< div id ="root "> </ div >
28
27
< script type ="module " src ="/src/index.tsx "> </ script >
28
+ < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
29
29
</ body >
30
30
31
- </ html >
31
+ </ html >
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ export default function App() {
78
78
< a
79
79
className = "github-button"
80
80
href = "https://github.com/alioguzhan/react-editext"
81
+ data-color-scheme = "no-preference: light; light: light; dark: dark;"
82
+ data-icon = "octicon-star"
81
83
data-size = "large"
82
84
data-show-count = "true"
83
85
aria-label = "Star alioguzhan/react-editext on GitHub"
@@ -89,6 +91,8 @@ export default function App() {
89
91
< a
90
92
className = "github-button"
91
93
href = "https://github.com/alioguzhan/react-editext/fork"
94
+ data-color-scheme = "no-preference: light; light: light; dark: dark;"
95
+ data-icon = "octicon-repo-forked"
92
96
data-size = "large"
93
97
data-show-count = "true"
94
98
aria-label = "Fork alioguzhan/react-editext on GitHub"
You can’t perform that action at this time.
0 commit comments