diff --git a/storefront/components/Blocks/UserNavigation/UserNavigation.tsx b/storefront/components/Blocks/UserNavigation/UserNavigation.tsx index 35f72b24a7..1725965b4f 100644 --- a/storefront/components/Blocks/UserNavigation/UserNavigation.tsx +++ b/storefront/components/Blocks/UserNavigation/UserNavigation.tsx @@ -14,7 +14,7 @@ import { useUserMenuItems } from 'utils/user/useUserMenuItems'; const getMenuItemTwClass = (menuItemLink?: string, asPath?: string) => twJoin( - 'border-b border-borderAccent last:border-none no-underline px-4 py-3 flex gap-4 text-sm', + 'border-b border-borderAccent last:border-none no-underline px-4 py-3 flex gap-4 text-sm items-center', menuItemLink && asPath?.includes(menuItemLink) ? 'bg-backgroundAccentLess text-textAccent hover:text-textAccent' : 'bg-backgroundMore text-text hover:text-textAccent', diff --git a/storefront/cypress/snapshots/e2e/authentication/registration.cy.ts/[Register B2C] (customer edit page) register as a B2C customer.png b/storefront/cypress/snapshots/e2e/authentication/registration.cy.ts/[Register B2C] (customer edit page) register as a B2C customer.png index d50e1b90f1..ba49deec54 100644 Binary files a/storefront/cypress/snapshots/e2e/authentication/registration.cy.ts/[Register B2C] (customer edit page) register as a B2C customer.png and b/storefront/cypress/snapshots/e2e/authentication/registration.cy.ts/[Register B2C] (customer edit page) register as a B2C customer.png differ diff --git a/storefront/cypress/snapshots/e2e/order/createOrder.cy.ts/[Register After Order] (customer edit page) register after order completion, and check that the just created order is in customer orders.png b/storefront/cypress/snapshots/e2e/order/createOrder.cy.ts/[Register After Order] (customer edit page) register after order completion, and check that the just created order is in customer orders.png index 88de99853f..0bdfd906cc 100644 Binary files a/storefront/cypress/snapshots/e2e/order/createOrder.cy.ts/[Register After Order] (customer edit page) register after order completion, and check that the just created order is in customer orders.png and b/storefront/cypress/snapshots/e2e/order/createOrder.cy.ts/[Register After Order] (customer edit page) register after order completion, and check that the just created order is in customer orders.png differ