Skip to content

Commit 3815c42

Browse files
datamwebdavidnsai
authored andcommitted
chore: update to bootstrap v5.2.3
1 parent 91561f2 commit 3815c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/layout.php

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

99
<!-- Bootstrap core CSS -->
10-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
10+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
1111

1212
<?= $this->renderSection('pageStyles') ?>
1313
</head>

0 commit comments

Comments
 (0)