File tree 2 files changed +2
-2
lines changed
packages/frontend/components
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
{% set srcOnError = opts .photo .srcOnError or " /assets/not-found.svg" %}
3
3
<header class =" {{ classes(" heading " , opts) }}" >
4
4
{% if opts .photo %}
5
- <img class =" heading__photo icon icon--rounded" src =" {{ opts.photo.src }}" alt =" {{ opts.photo.alt }}" onerror =" this.src='{{ srcOnError }}'" >
5
+ <img class =" heading__photo icon icon--rounded" src =" {{ opts.photo.src }}" alt =" {{ opts.photo.alt }}" onerror =" this.src='{{ srcOnError }}'" height = " 80 " width = " 80 " >
6
6
{% endif %}
7
7
<h1 class =" heading__title" >
8
8
{% if opts .parent .href %}
Original file line number Diff line number Diff line change 7
7
<header class =" widget__header" >
8
8
{% if opts .title %}
9
9
<h2 class =" widget__title" id =" {{ id }}" >
10
- <img class =" icon icon--rounded" src =" {{ opts.image }}" alt =" " onerror =" this.src='/assets/plug-in.svg'" >
10
+ <img class =" icon icon--rounded" src =" {{ opts.image }}" alt =" " onerror =" this.src='/assets/plug-in.svg'" height = " 20 " width = " 20 " >
11
11
{{- opts .title | safe }}
12
12
</h2 >
13
13
{% endif %}
You can’t perform that action at this time.
0 commit comments