Skip to content

Commit 4bde0c3

Browse files
authored
Update Bootstrap core CSS
Update with last stable version (5.1.3)
1 parent 58c9290 commit 4bde0c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Views/layout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<title><?= $this->renderSection('title') ?></title>
88

99
<!-- Bootstrap core CSS -->
10-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
11-
10+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
11+
1212
<?= $this->renderSection('pageStyles') ?>
1313
</head>
1414

0 commit comments

Comments
 (0)