We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58c9290 + af263c7 commit ac7f1deCopy full SHA for ac7f1de
1 file changed
src/Views/layout.php
@@ -7,7 +7,7 @@
7
<title><?= $this->renderSection('title') ?></title>
8
9
<!-- 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">
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
11
12
<?= $this->renderSection('pageStyles') ?>
13
</head>
0 commit comments