Skip to content

Commit b3ddedb

Browse files
committed
Use the correct paths for font awesome assets
1 parent f6cccd3 commit b3ddedb

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"dependencies": {
1313
"@popperjs/core": "^2.11.8",
1414
"bootstrap": "5.3.8",
15-
"components-font-awesome": "5.9.0",
1615
"datatables.net-bs5": "^2.3.4",
1716
"devbridge-autocomplete": "^1.5.0",
1817
"htmx.org": "^2.0.7",

wger/core/templates/template_features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
{% compress css %}
4848
<link rel="stylesheet" type="text/css" href="{% static 'yarn/bootstrap-compiled.css' %}">
49-
<link rel="stylesheet" type="text/css" href="{% static 'yarn/components-font-awesome/css/all.css' %}">
49+
<link rel="stylesheet" type="text/css" href="{% static 'fontawesomefree/components-font-awesome/css/all.css' %}">
5050
<link rel="stylesheet" type="text/css" href="{% static 'css/landing_page.css' %}">
5151
{% endcompress %}
5252

wger/core/templates/template_no_context.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
<meta charset="utf-8">
2424
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2525

26-
<link rel="stylesheet" type="text/css"
27-
href="{% static 'yarn/components-font-awesome/css/all.css' %}">
26+
<link rel="stylesheet" type="text/css" href="{% static 'fontawesomefree/css/all.css' %}">
2827
<link rel="stylesheet" type="text/css" href="{% static 'css/workout-manager.css' %}">
2928
<link rel="stylesheet" type="text/css" href="{% static 'yarn/bootstrap-compiled.css' %}">
3029
<link rel="stylesheet" type="text/css" href="{% static 'css/bootstrap-custom.css' %}">

0 commit comments

Comments
 (0)