Replace on blog pages
This commit is contained in:
@@ -223,3 +223,11 @@ a {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.consent-footer {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1uswakw {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
@@ -20,13 +20,7 @@ class Blog extends Component {
|
|||||||
siteUrl="https://saburly.com/blog"
|
siteUrl="https://saburly.com/blog"
|
||||||
/>
|
/>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">{`window.$crisp=[];window.CRISP_WEBSITE_ID="346bb060-d289-437d-bafa-3a02d470f7b6";(function(){ d=document;s=d.createElement("script"); s.src="https://client.crisp.chat/l.js"; s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})(); `}</script>
|
||||||
{`(function(){
|
|
||||||
var i, e, d = document, s = "script";i = d.createElement("script");i.async = 1;
|
|
||||||
i.src = "https://cdn.curator.io/published/37974a5b-0974-46ba-8aac-a236fb4ba607.js";
|
|
||||||
e = d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
|
|
||||||
})();`}
|
|
||||||
</script>
|
|
||||||
</Helmet>
|
</Helmet>
|
||||||
|
|
||||||
<SectionIntro
|
<SectionIntro
|
||||||
|
|||||||
Reference in New Issue
Block a user