Skip to content

Commit 99e6ebb

Browse files
authored
Update bootstrap (#339)
Updates bootstrap to version 5.3.6. --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]>
1 parent 611ebb7 commit 99e6ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TodoApp/Pages/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>@ViewData["Title"] - TodoApp</title>
7-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.5/css/bootstrap.min.css" integrity="sha512-VKRuFSBOvhd0K/u8OFOE2ChWfbu8qKvXjGWirtOznTauCSkpeu0suyEg2Zm5JqBumCHJOBJcTfE7xYJlDjknCg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
7+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.6/css/bootstrap.min.css" integrity="sha512-Y4o9ui4SDy096Huuckv3bu6vfy3PG170S/EJO3fD13EJM4R2M5iDrTsDYKrm7U71j9IIupl1RJcBgd6caFbBIA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
88
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
99
<link rel="shortcut icon" type="image/x-icon" href="~/favicon.ico" asp-append-version="true" />
1010
</head>
@@ -34,7 +34,7 @@
3434
<p>&copy; @(DateTimeOffset.UtcNow.Year) - Martin Costello</p>
3535
</footer>
3636
</main>
37-
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.5/js/bootstrap.bundle.min.js" integrity="sha512-NrcMbmNx2mh6er7yNRmBNBuTfY3MLKFOOP/jXSvh9KFltUHygeq0Zi6HZcFDPRGD12OLjzOThP3aRCCXI4EpKQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
37+
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.6/js/bootstrap.bundle.min.js" integrity="sha512-TqV44vJ6VstCMM8ksoxkOy/xxO97sKJUSxOCgLdysw4QRw4kTVLwOmxlzRnutf6NuNMtt48UMJEMyZZ7hMMebQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
3838
<script src="~/static/js/main.js"></script>
3939
</body>
4040
</html>

0 commit comments

Comments
 (0)