Skip to content

Commit

Permalink
Update index.html fixed bootstraped version
Browse files Browse the repository at this point in the history
  • Loading branch information
arpan-dojima authored Nov 22, 2024
1 parent 2abf1e8 commit c927a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.7.0/dist/css/bootstrap.min.css"
href="https://cdn.jsdelivr.net/npm/bootstrap@@5.3.2/dist/css/bootstrap.min.css"
integrity="sha384-Dd1apZiDfRBM4ieQhBYK5yH1FvF5jqGc5twxv6GzYsYfsxem9+Zil32/zw1Iklfs"
crossorigin="anonymous"
/>
Expand All @@ -29,6 +29,6 @@
<div id="root"></div>

<!-- Bootstrap JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.7.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-nH2MysLmlKHYI0zWyFv2sClw9QIuqPG6ra4P1IBEx2KcSKVDVpkyy/6MWn5qy15R" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-nH2MysLmlKHYI0zWyFv2sClw9QIuqPG6ra4P1IBEx2KcSKVDVpkyy/6MWn5qy15R" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit c927a3e

Please sign in to comment.