fix(shop): update breadcrumb title from catalog to shop products
Some checks failed
E2E Playwright Tests / Run Full E2E & Security Suites (push) Failing after 6s
Deploy Canina / deploy (push) Has been cancelled

This commit is contained in:
parsa aghaei 2026-08-26 14:30:15 +03:30
parent 98829f5873
commit 3109e30fd7
3 changed files with 614 additions and 614 deletions

View File

@ -399,7 +399,7 @@ export default function ArchivePage({
<div className="flex items-center gap-1.5 text-xs font-bold text-medical-gray-400 overflow-hidden min-w-0"> <div className="flex items-center gap-1.5 text-xs font-bold text-medical-gray-400 overflow-hidden min-w-0">
<span className="hidden sm:inline cursor-pointer hover:text-canina-blue transition-colors shrink-0" onClick={() => router.push('/')}>خانه</span> <span className="hidden sm:inline cursor-pointer hover:text-canina-blue transition-colors shrink-0" onClick={() => router.push('/')}>خانه</span>
<ChevronLeft className="hidden sm:block w-3 h-3 text-medical-gray-300 shrink-0" /> <ChevronLeft className="hidden sm:block w-3 h-3 text-medical-gray-300 shrink-0" />
<span className="cursor-pointer hover:text-canina-blue transition-colors shrink-0" onClick={() => { setSelectedCategory("all"); }}>کاتالوگ</span> <span className="cursor-pointer hover:text-canina-blue transition-colors shrink-0" onClick={() => { setSelectedCategory("all"); }}>فروشگاه محصولات</span>
{selectedCategory !== "all" && ( {selectedCategory !== "all" && (
<> <>
<ChevronLeft className="w-3 h-3 text-medical-gray-300 shrink-0" /> <ChevronLeft className="w-3 h-3 text-medical-gray-300 shrink-0" />

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff