Skip to content

Commit d393fb1

Browse files
committed
Fix new theme file dir
1 parent 92702e7 commit d393fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/shop/shared/layout/base/header/content/desktop-search.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set searchForm = get_search_form() %}
22

3-
{% form_theme searchForm '@SyliusShop/Form/theme.html.twig' %}
3+
{% form_theme searchForm '@SyliusShop/form/theme.html.twig' %}
44

55
<div class="col d-none d-lg-block">
66

0 commit comments

Comments
 (0)