Skip to content

Commit

Permalink
fix: Use SRI and specific version for mdi/font
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 13, 2024
1 parent 7daf0b1 commit 67dd64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="description" content="OCDS Flatten Tool - Convert your OCDS JSON data into Excel">
<title>OCDS Flatten Tool</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css" integrity="sha256-A/48q6BeZbFOQDUTnu6JsSvofNC880KsOIZ3Duw6mWI=" crossorigin="anonymous">
</head>
<body>
<noscript>
Expand Down

0 comments on commit 67dd64e

Please sign in to comment.