diff --git a/default_app/index.html b/default_app/index.html index 40a9148af000..a4edefea906f 100644 --- a/default_app/index.html +++ b/default_app/index.html @@ -53,31 +53,31 @@ - + Blog - + Repository - + Docs - + API Demos - + Forge diff --git a/filenames.gni b/filenames.gni index 220d93a806ab..eb9c8da0121c 100644 --- a/filenames.gni +++ b/filenames.gni @@ -14,11 +14,11 @@ filenames = { default_app_octicon_sources = [ "node_modules/@primer/octicons/build/build.css", - "node_modules/@primer/octicons/build/svg/gear.svg", - "node_modules/@primer/octicons/build/svg/gift.svg", - "node_modules/@primer/octicons/build/svg/gist.svg", - "node_modules/@primer/octicons/build/svg/mark-github.svg", - "node_modules/@primer/octicons/build/svg/star.svg", + "node_modules/@primer/octicons/build/svg/book-24.svg", + "node_modules/@primer/octicons/build/svg/code-square-24.svg", + "node_modules/@primer/octicons/build/svg/gift-24.svg", + "node_modules/@primer/octicons/build/svg/mark-github-16.svg", + "node_modules/@primer/octicons/build/svg/star-fill-24.svg", ] lib_sources = [ diff --git a/package.json b/package.json index a1563c14d2ee..fc64f56c3a2b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@electron/docs-parser": "^0.9.1", "@electron/typescript-definitions": "^8.7.4", "@octokit/rest": "^16.3.2", - "@primer/octicons": "^9.1.1", + "@primer/octicons": "^10.0.0", "@types/basic-auth": "^1.1.3", "@types/busboy": "^0.2.3", "@types/chai": "^4.2.11", @@ -139,4 +139,4 @@ "dependencies": { "@types/temp": "^0.8.34" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 755978cc64d7..2a6001c8b70e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -122,10 +122,10 @@ universal-user-agent "^2.0.0" url-template "^2.0.8" -"@primer/octicons@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-9.1.1.tgz#a72a59e8ec77521cc2eefb36c345f780a61c79fb" - integrity sha512-7EGM0+Kx39bIgaYr9bTCzFvBCxm+fqh/YJIoSns8zfCwss32ZJ2GDP3024UH709VQtM5cKFU4JcIYPHyGdSfIg== +"@primer/octicons@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-10.0.0.tgz#81e94ed32545dfd3472c8625a5b345f3ea4c153d" + integrity sha512-iuQubq62zXZjPmaqrsfsCZUqIJgZhmA6W0tKzIKGRbkoLnff4TFFCL87hfIRATZ5qZPM4m8ioT8/bXI7WVa9WQ== dependencies: object-assign "^4.1.1"