Skip to content

Commit

Permalink
Fix link to Material icon family (#180)
Browse files Browse the repository at this point in the history
This was consistently raising a 404 error in the console due to previous link being invalid.
  • Loading branch information
oogali committed May 7, 2022
1 parent 767a640 commit 5d23c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+3D"/>
href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&amp;display=swap"/>
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;display=swap"/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+3D"/>
href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&amp;display=swap"/>
Expand Down

0 comments on commit 5d23c63

Please sign in to comment.