Skip to content

Commit

Permalink
Fix link to Material icon family (bldrs-ai#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 authored and OlegMoshkovich committed May 19, 2022
1 parent f50784b commit 324b3f8
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
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
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 324b3f8

Please sign in to comment.