update flowbite to 2.2.1

This commit is contained in:
2024-01-24 00:01:27 +00:00
parent 762cda8b20
commit 7ca73f65f8
3 changed files with 16 additions and 13 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -29,7 +29,7 @@
<meta name="application-name" content="FET - Fachschaft Elektrotechnik">
<meta name="msapplication-TileColor" content="#2b5797">
<link rel="stylesheet" href="{% static 'css/flowbite@1.5.5.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/flowbite@2.2.1.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<!-- FontAwesome Kit -->
@@ -232,7 +232,7 @@
<span x-bind="footerFirst">Handcrafted </span><span x-bind="footerSecond">with </span><i class="fa-solid fa-heart" aria-label="love" @click="increase" x-bind="footerThird"></i><span x-bind="footerFourth"> by</span><span x-bind="footerFifth"> fet</span>
</div>
<script src="{% static 'js/flowbite@1.5.5.js' %}"></script>
<script src="{% static 'js/flowbite@2.2.1.js' %}"></script>
<script defer src="{% static 'js/vendor.js' %}"></script>
<script defer src="{% static 'js/scripts.js' %}"></script>