Skip to content

Commit

Permalink
Fixed multicolumn and mega menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralsbury committed Aug 28, 2024
1 parent 313599d commit 30314d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion sections/multicolumn.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
{% endif %}
>
{{- block.settings.link_label | escape -}}
<<span class="svg-wrapper">span class="icon-wrap">&nbsp;{{ 'icon-arrow.svg' | inline_asset_content }}</span></span>
<span class="svg-wrapper"
><span class="icon-wrap">&nbsp;{{ 'icon-arrow.svg' | inline_asset_content }}</span></span

Check failure on line 139 in sections/multicolumn.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/multicolumn.liquid#L139

[UnknownFilter] Undefined filter `inline_asset_content`
>
</a>
{%- endif -%}
</div>
Expand Down
4 changes: 1 addition & 3 deletions snippets/header-mega-menu.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
>
{{- link.title | escape -}}
</span>
<span class="svg-wrapper">
{{- 'icon-caret.svg' | inline_asset_content -}}
</span>
{{- 'icon-caret.svg' | inline_asset_content -}}

Check failure on line 26 in snippets/header-mega-menu.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

snippets/header-mega-menu.liquid#L26

[UnknownFilter] Undefined filter `inline_asset_content`
</summary>
<div
id="MegaMenu-Content-{{ forloop.index }}"
Expand Down

0 comments on commit 30314d9

Please sign in to comment.