File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 53
53
< nav >
54
54
< div class ="linkcol ">
55
55
< a class ="hero-link " target ="_blank " href ="https://electronjs.org/blog ">
56
- < span class ="octicon hero-octicon octicon-gist " aria-hidden ="true "> </ span >
56
+ < span class ="octicon hero-octicon octicon-code-square-24 " aria-hidden ="true "> </ span >
57
57
< h4 > Blog</ h4 >
58
58
</ a >
59
59
</ div >
60
60
< div class ="linkcol ">
61
61
< a class ="hero-link " target ="_blank " href ="https://github.com/electron/electron ">
62
- < span class ="octicon hero-octicon octicon-mark-github " aria-hidden ="true "> </ span >
62
+ < span class ="octicon hero-octicon octicon-mark-github-16 " aria-hidden ="true "> </ span >
63
63
< h4 > Repository</ h4 >
64
64
</ a >
65
65
</ div >
66
66
< div class ="linkcol ">
67
67
< a class ="hero-link " target ="_blank " href ="https://electronjs.org/docs ">
68
- < span class ="octicon hero-octicon octicon-gear " aria-hidden ="true "> </ span >
68
+ < span class ="octicon hero-octicon octicon-book-24 " aria-hidden ="true "> </ span >
69
69
< h4 > Docs</ h4 >
70
70
</ a >
71
71
</ div >
72
72
< div class ="linkcol ">
73
73
< a class ="hero-link " target ="_blank " href ="https://github.com/electron/electron-api-demos ">
74
- < span class ="octicon hero-octicon octicon-star " aria-hidden ="true "> </ span >
74
+ < span class ="octicon hero-octicon octicon-star-fill-24 " aria-hidden ="true "> </ span >
75
75
< h4 > API Demos</ h4 >
76
76
</ a >
77
77
</ div >
78
78
< div class ="linkcol ">
79
79
< a class ="hero-link " target ="_blank " href ="https://electronforge.io ">
80
- < span class ="octicon hero-octicon octicon-gift " aria-hidden ="true "> </ span >
80
+ < span class ="octicon hero-octicon octicon-gift-24 " aria-hidden ="true "> </ span >
81
81
< h4 > Forge</ h4 >
82
82
</ a >
83
83
</ div >
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ filenames = {
14
14
15
15
default_app_octicon_sources = [
16
16
" node_modules/@primer/octicons/build/build.css" ,
17
- " node_modules/@primer/octicons/build/svg/gear .svg" ,
18
- " node_modules/@primer/octicons/build/svg/gift .svg" ,
19
- " node_modules/@primer/octicons/build/svg/gist .svg" ,
20
- " node_modules/@primer/octicons/build/svg/mark-github.svg" ,
21
- " node_modules/@primer/octicons/build/svg/star.svg" ,
17
+ " node_modules/@primer/octicons/build/svg/book-24 .svg" ,
18
+ " node_modules/@primer/octicons/build/svg/code-square-24 .svg" ,
19
+ " node_modules/@primer/octicons/build/svg/gift-24 .svg" ,
20
+ " node_modules/@primer/octicons/build/svg/mark-github-16 .svg" ,
21
+ " node_modules/@primer/octicons/build/svg/star-fill-24 .svg" ,
22
22
]
23
23
24
24
lib_sources = [
Original file line number Diff line number Diff line change 7
7
"@electron/docs-parser" : " ^0.9.1" ,
8
8
"@electron/typescript-definitions" : " ^8.7.4" ,
9
9
"@octokit/rest" : " ^16.3.2" ,
10
- "@primer/octicons" : " ^9.1.1 " ,
10
+ "@primer/octicons" : " ^10.0.0 " ,
11
11
"@types/basic-auth" : " ^1.1.3" ,
12
12
"@types/busboy" : " ^0.2.3" ,
13
13
"@types/chai" : " ^4.2.11" ,
139
139
"dependencies" : {
140
140
"@types/temp" : " ^0.8.34"
141
141
}
142
- }
142
+ }
Original file line number Diff line number Diff line change 122
122
universal-user-agent "^2.0.0"
123
123
url-template "^2.0.8"
124
124
125
- " @primer/octicons@^9.1.1 " :
126
- version "9.1.1 "
127
- resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-9.1.1 .tgz#a72a59e8ec77521cc2eefb36c345f780a61c79fb "
128
- integrity sha512-7EGM0+Kx39bIgaYr9bTCzFvBCxm+fqh/YJIoSns8zfCwss32ZJ2GDP3024UH709VQtM5cKFU4JcIYPHyGdSfIg ==
125
+ " @primer/octicons@^10.0.0 " :
126
+ version "10.0.0 "
127
+ resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-10.0.0 .tgz#81e94ed32545dfd3472c8625a5b345f3ea4c153d "
128
+ integrity sha512-iuQubq62zXZjPmaqrsfsCZUqIJgZhmA6W0tKzIKGRbkoLnff4TFFCL87hfIRATZ5qZPM4m8ioT8/bXI7WVa9WQ ==
129
129
dependencies :
130
130
object-assign "^4.1.1"
131
131
You can’t perform that action at this time.
0 commit comments