Skip to content

Commit 65d7915

Browse files
committed
use logos from www.w3.org
1 parent 7800f75 commit 65d7915

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
-2.69 KB
Binary file not shown.

assets-src/images/w3c-logo-full.png

-38 KB
Binary file not shown.
-9.41 KB
Binary file not shown.

design-system-templates/components/header-new-logo-v2.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="global-nav__inner l-center">
1414
<a class="logo-link" href="/">
1515
<span class="logo">
16-
<img src="/dist/assets/images/w3c-logo-letters.png" alt="W3C" role="img"/>
16+
<img src="https://www.w3.org/assets/logos/w3c-2025/svg/w3c-letters.svg" alt="W3C" role="img"/>
1717
</span>
1818
<span class="visuallyhidden">Visit the W3C homepage</span>
1919
</a>

design-system-templates/components/header-new-logo.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="global-nav__inner l-center">
1414
<a class="logo-link" href="/">
1515
<span class="logo">
16-
<img class="logo logo--circle" src="/dist/assets/images/w3c-logo-full.png" alt="World Wide Web Consortium" role="img"/>
16+
<img class="logo logo--circle" src="https://www.w3.org/assets/logos/w3c-2025/svg/w3c.svg" alt="World Wide Web Consortium" role="img"/>
1717
</span>
1818
<span class="visuallyhidden">Visit the W3C homepage</span>
1919
</a>

0 commit comments

Comments
 (0)