Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 434ba5b

Browse files
committed
Merge branch 'staging/4.2' into release/4.2
2 parents 4dea81e + 1922d90 commit 434ba5b

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

_includes/cookie-consent.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
<div id="cookie-notice">
7171
<div id="cookie-notice-text">
7272
<label>Cookie policy</label>
73-
<span>We use cookies to improve user experience. By continuing to browse this site, you agree the use of cookies, in accordance with our <a
74-
href="/cookie-policy/" target="_blank">cookie policy.</a><span class=""></span>
73+
<span>
74+
Our website uses cookies to ensure site security and optimize your experience on our website. By continuing to browse this site, you agree to the use of these cookies, in accordance with our <a href="/cookie-policy/" target="_blank">Cookie Policy</a>. For details on managing cookies, please adjust your browser settings.
7575
</span>
7676
</div>
7777
<div class="buttons-block">
7878
<button id="cookie-notice-accept">Accept</button>
79-
<button id="cookie-notice-close" aria-label="Close the cookie notice button">Deny</button>
79+
<button id="cookie-notice-close" aria-label="Close the cookie notice button">Close</button>
8080
</div>
8181
</div>
8282
<script>

_includes/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<button id="Footer_SignUpForNews" class="n-button try subscribe gtm_button "
1717
onClick="subscribeForNewsletter(event)">Sign up for ThingsBoard news</button>
1818
<div class="footer-top-img-section">
19-
<img src="https://img.thingsboard.io/crozdesk-2.webp" alt="ThingsBoard achievement — Crozdesk Quality Choice Top-Ranked Solution 2025">
20-
<img src="https://img.thingsboard.io/crozdesk-1.webp" alt="ThingsBoard achievement — Crozdesk Trusted Vendor High Market Presence 2025">
21-
<img src="https://img.thingsboard.io/supplier-retail.webp" alt="ThingsBoard achievement — Top Supplier in Retail 2024">
19+
<img src="https://img.thingsboard.io/crozdesk-2.webp" alt="ThingsBoard achievement — Crozdesk Quality Choice Top-Ranked Solution 2025" style="max-height: 80px">
20+
<img src="https://img.thingsboard.io/crozdesk-1.webp" alt="ThingsBoard achievement — Crozdesk Trusted Vendor High Market Presence 2025" style="max-height: 80px">
21+
<img src="https://img.thingsboard.io/supplier-retail.webp" alt="ThingsBoard achievement — Top Supplier in Retail 2024" style="max-height: 80px">
2222
</div>
2323
</div>
2424
<div id="mlb2-7341216" class="ml-subscribe-form ml-subscribe-form-7341216" style="display: none; max-width: 100%;">

_sass/_base.sass

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,6 @@ footer
690690
.footer-top-img-section
691691
display: flex
692692
gap: 40px
693-
img
694-
max-height: 80px
695693

696694
.loading
697695
margin: 0

0 commit comments

Comments
 (0)