Skip to content

Commit 212fd01

Browse files
committed
Fixed the 3rd issue in issue #602, but we'll have to look at a better way of referencing bootstrap-icons outside of the stylesheet URL I put in the src/index.html file
2 parents 629f24e + 34e3997 commit 212fd01

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

angular.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"src/custom-theme.scss",
3636
"src/styles.css",
3737
"src/assets/fontawesome-free-5.13.0-web/css/all.min.css",
38+
"node_modules/bootstrap-icons/font/bootstrap-icons.css",
3839
"src/assets/bootstrap-theme/bootstrap.min.css",
3940
"node_modules/bootstrap-table/dist/bootstrap-table.min.css",
4041
"node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css",

package-lock.json

+22-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"body-parser": "^1.20.3",
4646
"bootstrap": "^5.3.3",
4747
"bootstrap-datepicker": "^1.9.0",
48-
"bootstrap-table": "^1.18.3",
48+
"bootstrap-icons": "^1.11.3",
49+
"bootstrap-table": "^1.24.0",
4950
"concurrently": "^5.3.0",
5051
"copy-webpack-plugin": "^10.2.4",
5152
"cors": "^2.8.5",

0 commit comments

Comments
 (0)