@@ -63,7 +63,15 @@ export default function CookieBannerSnippetPage() {
|
|||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<p className="text-sm text-txt-secondary">
|
<p className="text-sm text-txt-secondary">
|
||||||
{__("The same approach works for iframes, images, stylesheets, and other elements. See our documentation for the full list of supported elements and detailed integration guides.")}
|
{__("The same approach works for iframes, images, stylesheets, and other elements.")}
|
||||||
|
<a
|
||||||
|
href="https://docs.getprobo.com/docs/product/cookie-banner/blocking-resources.html"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="text-txt-primary underline hover:no-underline"
|
||||||
|
>
|
||||||
|
{__("See our documentation for the full list of supported elements and detailed integration guides.")}
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</Step>
|
</Step>
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ export function CodeSnippets() {
|
|||||||
{__("Looking for ES module or headless integration?")}
|
{__("Looking for ES module or headless integration?")}
|
||||||
{" "}
|
{" "}
|
||||||
<a
|
<a
|
||||||
href="https://docs.getprobo.com/guides/cookie-banner"
|
href="https://docs.getprobo.com/docs/product/cookie-banner/javascript-sdk.html"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-txt-primary underline hover:no-underline"
|
className="text-txt-primary underline hover:no-underline"
|
||||||
|
|||||||
Reference in New Issue
Block a user