Skip to content

Commit

Permalink
fix: remove custom cookie consent component in favor of onetrust
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Sep 20, 2021
1 parent f462f22 commit 77f8cc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layouts/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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 @@ -83,7 +82,6 @@ const MainLayout = ({ children, pageContext }) => {
</SdkContext.Provider>
<Layout.Footer fileRelativePath={fileRelativePath} />
</Layout>
<CookieConsentDialog />
</>
);
};
Expand Down

0 comments on commit 77f8cc0

Please sign in to comment.