Skip to content

Commit 9a7a282

Browse files
committed
Update index.html
1 parent 49beaca commit 9a7a282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

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">
66
<link rel="icon" href="sortable.svg">
7-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css">
7+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css">
88
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
99
<link rel="stylesheet" href="sortable.css">
1010
<title>Sortable</title>
@@ -336,7 +336,7 @@ <h2 class="display-6">Advanced usage</h2>
336336
</table>
337337
</div>
338338
</main>
339-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
339+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
340340
<script src="sortable.js"></script>
341341
<script>
342342
sortable('#example-1');

0 commit comments

Comments
 (0)