Skip to content

Commit

Permalink
Fix annoying bbox warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezatecky committed Feb 29, 2024
1 parent a942b3f commit 5d0bfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="./scss/app.scss">

<script defer src="./js/entry.jsx"></script>
Expand Down

0 comments on commit 5d0bfcf

Please sign in to comment.