From b628520a6b67161a7f91ebd565df9f378f1f9503 Mon Sep 17 00:00:00 2001 From: Martin Filipovic Hinrichs Date: Thu, 4 Jun 2026 10:42:53 +0200 Subject: [PATCH] simplify override: account-widget.html.twig --- .../header/actions/account-widget.html.twig | 39 +++++++------------ 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/src/Resources/views/storefront/layout/header/actions/account-widget.html.twig b/src/Resources/views/storefront/layout/header/actions/account-widget.html.twig index 98c26d5..1070df0 100644 --- a/src/Resources/views/storefront/layout/header/actions/account-widget.html.twig +++ b/src/Resources/views/storefront/layout/header/actions/account-widget.html.twig @@ -1,27 +1,16 @@ {% sw_extends '@Storefront/storefront/layout/header/actions/account-widget.html.twig' %} -{% block layout_header_actions_account_widget %} - -{% endblock %} +{% block layout_header_actions_account_widget_dropdown_button %} + +{% endblock %} \ No newline at end of file