Skip to content

Commit fa0aa2d

Browse files
committed
Bump Pattern Library to v3.0.0
This version of the pattern library includes a breaking change, to update the markup used for the site header branding icon.
1 parent 749ee77 commit fa0aa2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<header class="site-header">
8686
<div class="site-branding">
8787
<a href="/"><img class="site-branding--logo" src="{{ static_url("images/logo-compact.svg") }}" alt="MLTSHP">
88-
<span class="site-branding--icon" /></a>
88+
<div class="site-branding--icon" aria-label="MLTSHP"></div></a>
8989
</div>
9090
<nav id="site-nav" class="site-nav">
9191
{% block notification_button %}{% end %}

0 commit comments

Comments
 (0)