Skip to content

Commit fbbdf5f

Browse files
committed
[Chore] Update cookie preference icon
1 parent c4a3324 commit fbbdf5f

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

src/assets/privacyoptions.svg

Lines changed: 33 additions & 0 deletions
Loading

src/components/OneTrust.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ const uuid = isProduction
1717
function OptanonWrapper() {}
1818
</script>
1919
<!-- OneTrust Cookies Settings button start -->
20-
<button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</button>
20+
<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+
>
2124
<!-- OneTrust Cookies Settings button end -->
2225

2326
<style>

0 commit comments

Comments
 (0)