Skip to content

Commit

Permalink
fix: fix hard variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Jun 21, 2024
1 parent dc183de commit 7f4b230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/offcanvas/offcanvas-sidebar-mobile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="container d-flex justify-content-between align-items-center py-3">
<h2 class="h6 text-uppercase mb-0"><strong>{{ _offcanvas_title }}</strong></h2>
<button class="btn btn-link d-lg-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#{{ _offcanvas_id }}" aria-expanded="false" aria-controls="{{ _offcanvas_id }}">
{% include '@bi-bcl/icon/icon.html.twig' with {name: 'icon-filters'} %}
{% include '@bi-bcl/icon/icon.html.twig' with {name: _offcanvas_icon} %}
</button>
</div>
</section>
Expand Down

0 comments on commit 7f4b230

Please sign in to comment.