Website: Update footer icons (#35868)

Closes: #34760

Changes:
- Removed the ISO27001 coming soon badge in the website's footer
This commit is contained in:
Eric 2025-11-18 11:21:44 -06:00 committed by GitHub
parent 392e0bd65a
commit 7311fe1ecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View file

@ -835,10 +835,6 @@ html, body {
[purpose='legal-section'] {
font-size: 12px;
line-height: 150%;
[purpose='iso-27001-badge'] {
width: 48px;
margin-right: 8px;
}
[purpose='footer-trust-link'] {
font-size: 10px;
line-height: 150%;

View file

@ -761,7 +761,6 @@
<div purpose="legal-section" class="d-flex flex-column justify-content-start align-items-start align-items-sm-center flex-sm-row pr-sm-0">
<div purpose="license-information" class="d-flex flex-row align-items-center">
<img purpose="iso-27001-badge" src="/images/icon-iso27001-coming-soon-48x48@2x.png" alt="ISO 27001 coming soon">
<a purpose="footer-trust-link" class="d-flex flex-row align-items-center" href="/trust" target="_blank" no-icon><img alt="a small checkmark" src="/images/icon-checkmark-fleet-black-75-9x7@2x.png">SOC2 Type 2</a>
<img purpose="creative-commons-license" alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-greyscale-80x16@2x.png" />
</div>
@ -803,7 +802,6 @@
<div purpose="legal-section" class="d-flex flex-column justify-content-start align-items-start align-items-sm-center flex-sm-row pr-sm-0">
<div purpose="license-information" class="d-flex flex-row align-items-center">
<img purpose="iso-27001-badge" src="/images/icon-iso27001-coming-soon-48x48@2x.png" alt="ISO 27001 coming soon">
<a purpose="footer-trust-link" class="d-flex flex-row align-items-center" href="/trust" target="_blank" no-icon><img alt="a small checkmark" src="/images/icon-checkmark-fleet-black-75-9x7@2x.png">SOC2 Type 2</a>
<img purpose="creative-commons-license" alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-greyscale-80x16@2x.png" />
</div>