Skip to content

Commit 61796ed

Browse files
committed
refactor: added missing dimensions
1 parent 3899ce6 commit 61796ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="cmp-brand">
22
<a href="#" title="Home" rel="home">
3-
{{> elements-image src='../../images/db_logo.svg' alt='Deutsche Bahn Logo' styleModifier='is-logo' elementtiming='logo' }}
3+
{{> elements-image src='../../images/db_logo.svg' alt='Deutsche Bahn Logo' styleModifier='is-logo' elementtiming='logo' width='33' height='23' }}
44
</a>
55
{{#if sitename }}<span class="is-site-name">{{ sitename }}</span>{{/if }}
66
</div>

source/_patterns/02-components/cards/_card.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<use href="../../icons/illustrative/{{ icon }}.svg#icon"></use>
77
</svg>
88
{{else}}
9-
{{> elements-image src="../../icons/functional/images/navigation/db_ic_list_20.svg" alt="" }}
9+
{{> elements-image src="../../icons/functional/images/navigation/db_ic_list_20.svg" alt="" width="20" height="20" }}
1010
{{/if_eq }}
1111
<figcaption>
1212
<!-- [html-validate-disable-next heading-level, no-unused-disable] -->

0 commit comments

Comments
 (0)