fix: add cookie policy banner

Cookie policy banner got removed with the redesign, added it back.
This commit is contained in:
Waheed Ahmed
2021-07-28 17:24:44 +05:00
parent 6c157bbf5b
commit 7d6bc37f54

View File

@@ -6,6 +6,8 @@ import { getAuthenticatedUser } from '@edx/frontend-platform/auth';
import {
ExtraSmall, Small, Medium, Large, ExtraLarge, ExtraExtraLarge,
} from '@edx/paragon';
import CookiePolicyBanner from '@edx/frontend-component-cookie-policy-banner';
import { getLocale } from '@edx/frontend-platform/i18n';
import LargeLayout from './LargeLayout';
import MediumLayout from './MediumLayout';
@@ -20,6 +22,7 @@ const BaseComponent = ({ children }) => {
return (
<>
<CookiePolicyBanner languageCode={getLocale()} />
<ExtraLarge>
<div className="col-md-12 extra-large-screen-top-stripe" />
</ExtraLarge>