Skip to content

Commit

Permalink
use fork of @mdn/dinocons
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Aug 16, 2021
1 parent f5b20e9 commit f54b82a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion client/src/assets/deno-logo.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
&::before {
// TODO(lucacasonato): should probably be replaced with an icon from
// @mdn/dinocons.
background-image: url("/assets/deno-logo.svg");
background-image: url("~@mdn/dinocons/platforms/deno.svg");
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@mdn/dinocons": "^0.3.4",
"@mdn/dinocons": "lucacasonato/mdn-dinocons#add_deno_dinocon",
"@mdn/minimalist": "^2.0.2",
"@playwright/test": "1.13.1",
"@storybook/addon-a11y": "^6.3.4",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2550,10 +2550,9 @@
version "3.3.14"
resolved "https://codeload.github.com/lucacasonato/browser-compat-data/tar.gz/1fa4cb43eaca3fcc34f6f2576269f18357730b90"

"@mdn/dinocons@^0.3.4":
"@mdn/dinocons@lucacasonato/mdn-dinocons#add_deno_dinocon":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@mdn/dinocons/-/dinocons-0.3.4.tgz#d9644454d4544d85176787412086755eb551d9ad"
integrity sha512-UTWg6LkLpPOOEk3lxigPccsh0AfZwJPgDyFOJ1mxiE4JAdK6GHejua2xTsD7+954y2EGah6FTUxkgjPgKFqI3A==
resolved "https://codeload.github.com/lucacasonato/mdn-dinocons/tar.gz/78b674fc91ccf45fafafefc0b6b4e81c0fcc9999"

"@mdn/minimalist@^2.0.2":
version "2.0.2"
Expand Down

0 comments on commit f54b82a

Please sign in to comment.