feat: a few shipping products in box
This commit is contained in:
@@ -13,7 +13,7 @@ const InlineButton = ({ children, onClick, ...props }: Props) => {
|
||||
onClick={onClick}
|
||||
{...props}
|
||||
>
|
||||
<Group gap="sm">
|
||||
<Group gap="sm" wrap={"nowrap"}>
|
||||
{children}
|
||||
</Group>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user