Skip to content

Commit

Permalink
update bootstrap icons to 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioheinze committed Jan 8, 2025
1 parent dc9b9da commit 7111ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
<!-- CSS -->
<link rel="stylesheet" href="{% static 'css/base.css' %}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
{% comment %} <link rel="stylesheet" href="{% static 'css/bootstrap-icons/font/bootstrap-icons.css' %}"> {% endcomment %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
{% block styles %}{% endblock styles %}
</head>
<body>
Expand Down

0 comments on commit 7111ebd

Please sign in to comment.