Skip to content

Commit 0b22633

Browse files
authored
fixed sales representative name without image (#4117)
2 parents cb264cd + aa6edea commit 0b22633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storefront/components/Layout/Header/MenuIconic/SalesRepresentative.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const SalesRepresentative: FC = () => {
3434
width={100}
3535
/>
3636
)}
37-
<div>
37+
<div className="flex flex-col">
3838
{fullName && <span className="h5">{fullName}</span>}
3939
<span className="h6 text-text-less">{t('Your sales representative')}</span>
4040
</div>

0 commit comments

Comments
 (0)