Skip to content

Commit

Permalink
fix hotjar NPS stylesheet import rm preload (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes committed Nov 6, 2023
1 parent cc915aa commit 766abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class MyDocument extends Document {
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Nunito&display=swap"
/>
<link href="https://bloom.chayn.co/hotjarNPS.css" rel="preload" as="style" />
<link rel="stylesheet" href="https://bloom.chayn.co/hotjarNPS.css" />
</Head>
<body>
<Main />
Expand Down

0 comments on commit 766abdf

Please sign in to comment.