Skip to content

Commit

Permalink
improve performance score
Browse files Browse the repository at this point in the history
  • Loading branch information
Vega committed Jul 9, 2024
1 parent 5967d42 commit 4cb198c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supplemental_ui/partials/head-meta.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
<link rel="stylesheet" href="{{uiRootPath}}/css/fontawesome.all.min.css">
<link rel="stylesheet" href="{{uiRootPath}}/css/newnavbar.css" >
<link rel="stylesheet" href="{{uiRootPath}}/css/navbar.css">
<link rel="stylesheet" href="{{uiRootPath}}/css/mt.css">

<link rel="preload" href="{{uiRootPath}}/css/mt.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{{uiRootPath}}/css/mt.css"></noscript>
<style>
.footer-nav .footer_social .icon-social {
width: 44px;
Expand Down

0 comments on commit 4cb198c

Please sign in to comment.