B2B-30: fix conflicts

This commit is contained in:
devmc-ee
2025-07-01 23:56:21 +03:00
parent 27978f16de
commit 528e8578f9
5 changed files with 39 additions and 13 deletions

View File

@@ -28,7 +28,10 @@ export function HomeMenuNavigation(props: { workspace: UserWorkspace }) {
/>
<div className="flex items-center justify-end gap-3">
<Button variant="ghost">
<Button className='relative px-4 py-2 h-10 border-1 mr-0 cursor-pointer' variant={'ghost'}>
<span className='flex items-center text-nowrap'> 231,89</span>
</Button>
<Button variant="ghost" className='relative px-4 py-2 h-10 border-1 mr-0 cursor-pointer' >
<ShoppingCart className="stroke-[1.5px]" />
<Trans i18nKey="common:shoppingCart" /> (0)
</Button>