Skip to content

Commit c373cb2

Browse files
committed
[i18n] Fix cookies
1 parent b580529 commit c373cb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omega-website",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": true,
55
"dependencies": {
66
"@quentinguidee/react-jade-ui": "^0.3.2",

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ class App extends Component {
6060
<Router>
6161
<div className="body">
6262
{!window.location.pathname.includes("/simulator/run") && <React.Fragment>
63-
{/* <CookiesConsent toPolicy="/policy" /> */}
64-
<CookiesConsent toPolicy="/policy" text="Oui" learnMore="Test" gotIt="GotIt" />
63+
<CookiesConsent toPolicy="/policy" />
64+
{/* <CookiesConsent toPolicy="/policy" text="Oui" learnMore="Test" gotIt="GotIt" /> */}
6565
<Header />
6666
</React.Fragment>}
6767
<Switch>

0 commit comments

Comments
 (0)