hide product price

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-19 08:42:36 +05:00
parent c1e70491f8
commit 9608ed23ac
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ function BreadcrumbList({ className, ...props }: React.ComponentProps<'ol'>) {
<ol
data-slot="breadcrumb-list"
className={cn(
'text-muted-foreground flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5',
'text-muted-foreground flex flex-wrap items-center gap-1.5 text-sm wrap-break-words sm:gap-2.5',
className,
)}
{...props}