Skip to content

Commit

Permalink
Switching from polyfill.io to cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
oomIRL committed Jun 25, 2024
1 parent 5f04db1 commit 19d98c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/hoc/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Layout = ({ children }) => {
<StyledContainer fluid>
{/* This is to fix the some of the issues occuring on IE 11, specifically the nav issues*/}
<Helmet>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js" />
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js" />
</Helmet>
<PrimaryHeader showHamburger hamburgerClicked={() => setMenuToggled(!menuToggled)} />

Expand Down

0 comments on commit 19d98c8

Please sign in to comment.