Skip to content

Commit

Permalink
Fix missing font awesome icon in MODX 3
Browse files Browse the repository at this point in the history
Signed-off-by: matdave <[email protected]>
  • Loading branch information
matdave committed Oct 23, 2024
1 parent 51e9dc3 commit e1213c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/fred/mgr/css/fred.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
.fred-x-grid-cell-name h3 a::after {
content: "\f35d";
font-family: FontAwesome;
font-family: FontAwesome, "Font Awesome 5 Free";
color: #808080;
font-size: 0.8em;
margin-left: 5px;
Expand Down

0 comments on commit e1213c0

Please sign in to comment.