templates/bundles/SyliusShopBundle/Menu/comparison.html.twig line 1

Open in your IDE?
  1. <a
  2.     href="{{ path('app_shop_product_compare_show', {'_locale': app.request.locale, 'comparer': 'product_compare'|trans }) }}"
  3.     class="hyfindr btn btn--borderless btn--icon desktop-menu"
  4. >
  5.     <span class="material-symbols-outlined">compare_arrows</span>
  6. </a>