Skip to content

Commit f8e1bf0

Browse files
committed
styling etc
1 parent 71a283d commit f8e1bf0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="1e9a6bdd-5870-4d54-8e5f-adcf6b5c5499" type="text/javascript" async></script>
27+
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="%REACT_APP_COOKIEBOT_DOMAIN_GROUP_ID%" type="text/javascript" async></script>
2828
<title>Python Editor</title>
2929
</head>
3030
<body>

src/App.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ button {
1010
height: 100vh;
1111
display: flex;
1212
flex-flow: column;
13+
14+
a#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText {
15+
display: none;
16+
}
1317
}
1418

1519
.--light {

0 commit comments

Comments
 (0)