We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b580529 commit c373cb2Copy full SHA for c373cb2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "omega-website",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"private": true,
5
"dependencies": {
6
"@quentinguidee/react-jade-ui": "^0.3.2",
src/App.js
@@ -60,8 +60,8 @@ class App extends Component {
60
<Router>
61
<div className="body">
62
{!window.location.pathname.includes("/simulator/run") && <React.Fragment>
63
- {/* <CookiesConsent toPolicy="/policy" /> */}
64
- <CookiesConsent toPolicy="/policy" text="Oui" learnMore="Test" gotIt="GotIt" />
+ <CookiesConsent toPolicy="/policy" />
+ {/* <CookiesConsent toPolicy="/policy" text="Oui" learnMore="Test" gotIt="GotIt" /> */}
65
<Header />
66
</React.Fragment>}
67
<Switch>
0 commit comments