fix(dialog.liquid + header.liquid): add missing aria-label attribute to open and close buttons; fix header image dimensions
This commit is contained in:
parent
5d956c60d5
commit
cf3dac8a46
8 changed files with 20 additions and 7 deletions
|
@ -18,6 +18,7 @@
|
|||
{% assign notes = item.notes | prepend: "### Notes\n" | markdown %}
|
||||
{% render "blocks/dialog.liquid",
|
||||
icon:"info-circle",
|
||||
label:"View info about this concert"
|
||||
content:notes,
|
||||
id:item.content_date
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue