Skip to content

Commit e1213c0

Browse files
committed
Fix missing font awesome icon in MODX 3
Signed-off-by: matdave <[email protected]>
1 parent 51e9dc3 commit e1213c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/components/fred/mgr/css/fred.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
.fred-x-grid-cell-name h3 a::after {
77
content: "\f35d";
8-
font-family: FontAwesome;
8+
font-family: FontAwesome, "Font Awesome 5 Free";
99
color: #808080;
1010
font-size: 0.8em;
1111
margin-left: 5px;

0 commit comments

Comments
 (0)