Skip to content

Commit

Permalink
Update CSS path [ use the old one ]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Apr 16, 2024
1 parent 3d2ad2d commit 6f1a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Nucleo Icons -->
<link href="{% static 'assets/css/nucleo-icons.css' %}" rel="stylesheet" />
<!-- CSS Files -->
<link href="{% static 'dist/black-dashboard.css' %}?v=1.0.0" rel="stylesheet" />
<link href="{% static 'assets/css/black-dashboard.css' %}?v=1.0.0" rel="stylesheet" />
<!-- <link href="{% static 'assets/css/theme-switcher.css' %}" rel="stylesheet" /> -->
<!-- CSS Just for demo purpose, don't include it in your project -->
<!-- <link href="{% static 'assets/demo/demo.css' %}" rel="stylesheet" /> -->

0 comments on commit 6f1a794

Please sign in to comment.