Skip to content

Commit 81c9cb6

Browse files
authored
bump bootstrap to 5.2.3 (#66)
* bump bootstrap to 5.2.3 * include popper js so we don't break dropdown formatting
1 parent bc67dff commit 81c9cb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/app/ui/templates/layouts/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<span class="text-muted"><a target="_blank" href="https://github.com/drewhammond/chefbrowser">Chef Browser</a> v{{ app_version }}</span>
44
</div>
55
</footer>
6-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
6+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

internal/app/ui/templates/layouts/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/cosmo/bootstrap.min.css" rel="stylesheet"/>
1+
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/cosmo/bootstrap.min.css" rel="stylesheet"/>
22
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/default.min.css">
33
<style>
44
main > .container {

0 commit comments

Comments
 (0)