Skip to content

Commit

Permalink
fix bootstrap refs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Weyrich <[email protected]>
  • Loading branch information
CrowdSalat committed Jun 6, 2022
1 parent 57aa202 commit 81aa81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<footer>

<script type="text/javascript"
src="webjars/bootstrap/4.1.1/js/bootstrap.min.js"></script>
src="webjars/bootstrap/5.1.3/js/bootstrap.min.js"></script>

</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div th:fragment="header-css">
<!-- this is header-css -->
<link rel="stylesheet" type="text/css"
href="webjars/bootstrap/4.1.1/css/bootstrap.min.css" />
href="webjars/bootstrap/5.1.3/css/bootstrap.min.css" />
<title>K8s Test App</title>
</div>
</head>
Expand Down

0 comments on commit 81aa81a

Please sign in to comment.