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 c4a3324 commit fbbdf5fCopy full SHA for fbbdf5f
src/assets/privacyoptions.svg
src/components/OneTrust.astro
@@ -17,7 +17,10 @@ const uuid = isProduction
17
function OptanonWrapper() {}
18
</script>
19
<!-- OneTrust Cookies Settings button start -->
20
-<button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</button>
+<button id="ot-sdk-btn" class="ot-sdk-show-settings">
21
+ <img class="w4 mr1" src="/privacyoptions.svg" alt="privacy options" />Cookie
22
+ Settings</button
23
+>
24
<!-- OneTrust Cookies Settings button end -->
25
26
<style>
0 commit comments