Skip to content

Commit

Permalink
upgrade to bootstrap 5.3.3
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Geißendörfer <[email protected]>
  • Loading branch information
mgeissen committed Apr 11, 2024
1 parent 5778c8b commit a89fdee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions core/src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<html xmlns:th="http://www.thymeleaf.org" lang="en">
<body>
<span th:fragment="footer">
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>

</span>
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/resources/templates/fragments/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<title th:text="${applicationName}">Babbage µService</title>

<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
</body>
Expand Down

0 comments on commit a89fdee

Please sign in to comment.