Skip to content

Commit

Permalink
Merge pull request #1668 from newrelic/clang/revert-onetrust-temp
Browse files Browse the repository at this point in the history
Revert switch to OneTrust
  • Loading branch information
roadlittledawn authored Sep 20, 2021
2 parents 9d4b449 + 26c5141 commit ccce867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports = {
{
resolve: '@newrelic/gatsby-theme-newrelic',
options: {
oneTrustID: '77dd4d78-49db-4057-81ea-4bc325d6ecdd',
forceTrailingSlashes: true,
layout: {
contentPadding: '2rem',
Expand Down
2 changes: 2 additions & 0 deletions src/layouts/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react';
import PropTypes from 'prop-types';
import { css } from '@emotion/react';
import {
CookieConsentDialog,
GlobalHeader,
Layout,
Logo,
Expand Down Expand Up @@ -82,6 +83,7 @@ const MainLayout = ({ children, pageContext }) => {
</SdkContext.Provider>
<Layout.Footer fileRelativePath={fileRelativePath} />
</Layout>
<CookieConsentDialog />
</>
);
};
Expand Down

0 comments on commit ccce867

Please sign in to comment.