Skip to content

Commit

Permalink
fix: move cookie consent into head
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeke94 committed Oct 16, 2024
1 parent 4c654bc commit 4a07cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const IndexPage = ({ data }: PageProps<IndexPageQueryProps>) => {
careerHeader={data.careerHeader}
blogHeader={data.blogHeader}
/>
<CookieConsentComponentV3 />
</>
);
};
Expand All @@ -76,6 +75,7 @@ export const Head = ({ data, location }: PageProps<IndexPageQueryProps>) => {
locales={data.locales}
/>
<StructuredOrganizationData />
<CookieConsentComponentV3 />
</>
);
};
Expand Down

0 comments on commit 4a07cf0

Please sign in to comment.