Skip to content

Commit

Permalink
Revert "perf: only use the bootstrap js that we need (#75)"
Browse files Browse the repository at this point in the history
This reverts commit cfb3bca.
  • Loading branch information
wweitzel committed Nov 30, 2023
1 parent cfb3bca commit 0ba91ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<meta name="theme-color" content="#000000" />
<meta name="description" content="View soccer goals as they happen around the world" />
<link rel="apple-touch-icon" href="/logo192.png" />
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"axios": "^0.26.1",
"bootstrap": "^5.3.2",
"popper": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-paginate": "^8.1.3",
Expand Down
1 change: 0 additions & 1 deletion src/components/Select.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'bootstrap/js/dist/dropdown';
import {useState} from 'react';

interface Option {
Expand Down

0 comments on commit 0ba91ec

Please sign in to comment.