Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from LeviSnoot/master
Browse files Browse the repository at this point in the history
Fix Cast Icon for Font Awesome
  • Loading branch information
prayag17 authored Jun 29, 2022
2 parents eb1fc7d + 0582296 commit aa918fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Font Awesome/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

.material-icons.cast:before {
content: "\e23e";
content: "\f838";
}

.material-icons.search:before {
Expand Down
2 changes: 1 addition & 1 deletion Font Awesome/regular.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

.material-icons.cast:before {
content: "\e23e";
content: "\f838";
}

.material-icons.search:before {
Expand Down
2 changes: 1 addition & 1 deletion Font Awesome/solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

.material-icons.cast:before {
content: "\e23e";
content: "\f838";
}

.material-icons.search:before {
Expand Down
2 changes: 1 addition & 1 deletion Font Awesome/thin.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

.material-icons.cast:before {
content: "\e23e";
content: "\f838";
}

.material-icons.search:before {
Expand Down

0 comments on commit aa918fe

Please sign in to comment.