File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api/src/main/resources/templates/app/fragments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!-- CSS BASE -->
2
2
< th:block th:fragment ="default-css ">
3
3
< link rel ="stylesheet " type ="text/css " th:href ="@{/webjars/font-awesome/5.15.4/css/all.min.css} "/>
4
- < link rel ="stylesheet " type ="text/css " th:href ="@{/webjars/bootstrap/5.1.3 /css/bootstrap.min.css} "/>
4
+ < link rel ="stylesheet " type ="text/css " th:href ="@{/webjars/bootstrap/5.2.0 /css/bootstrap.min.css} "/>
5
5
< link rel ="stylesheet " type ="text/css " th:href ="@{/css/styles.css} ">
6
6
</ th:block >
7
7
8
8
<!-- JAVASCRIPT BASE -->
9
9
< th:block th:fragment ="default-javascript ">
10
- < script language ="javascript " th:src ="@{/webjars/bootstrap/5.1.3 /js/bootstrap.min.js} "> </ script >
10
+ < script language ="javascript " th:src ="@{/webjars/bootstrap/5.2.0 /js/bootstrap.bundle .min.js} "> </ script >
11
11
< script language ="javascript " th:src ="@{/js/main.js} "> </ script >
12
12
</ th:block >
You can’t perform that action at this time.
0 commit comments