Skip to content

Commit

Permalink
add ID to inline script to fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-jisc committed Jan 21, 2025
1 parent 73f126d commit 9018bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const App = ({ Component, pageProps }: Types.AppProps<CustomProps>) => {
content="Free, fast and fair: the global primary research record where researchers publish their work in full detail."
/>
</Head>
<Script>
<Script id="matomo-tag-manager-init">
{`
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
Expand Down

0 comments on commit 9018bc1

Please sign in to comment.