chore: bump bootstrap to v5.3.0-alpha1

This commit is contained in:
Baoshuo Ren 2023-02-07 18:27:00 +08:00
parent 2046ae0e83
commit f6e5a897c1
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
6 changed files with 17 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@ if (!isset($ShowPageHeader)) {
</script>
<!-- Bootstrap 5 (CSS) -->
<?= HTML::css_link('/css/bootstrap5.min.css?v=5.2.1') ?>
<?= HTML::css_link('/css/bootstrap.min.css?v=5.3.0-alpha1') ?>
<!-- Bootstrap Icons -->
<?= HTML::css_link('/css/bootstrap-icons.min.css?v=2022.9.23') ?>
@ -48,7 +48,7 @@ if (!isset($ShowPageHeader)) {
<?= HTML::js_src('/js/jquery.cookie.min.js') ?>
<!-- Bootstrap 5: JavaScript -->
<?= HTML::js_src('/js/bootstrap5.bundle.min.js?v=2022.9.23') ?>
<?= HTML::js_src('/js/bootstrap.bundle.min.js?v=5.3.0-alpha1') ?>
<!-- Color converter -->
<?= HTML::js_src('/js/color-converter.min.js') ?>

5
web/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
web/js/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long