Skip to content

Commit

Permalink
Merge pull request #94 from No-Country-simulation/feat/SectionCartShop
Browse files Browse the repository at this point in the history
fix: texto del carrito
  • Loading branch information
Moya30 authored Dec 19, 2024
2 parents dcd5f37 + 6a11d19 commit bed028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/features/cart/components/CartList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function CourseCartList({ deleteText }: CourseSectionProps) {
))
) : (
<div className="p-16 text-center text-2xl font-semibold text-white">
Todabian no tienes elementos agregados al carrito
Todavia no tienes elementos agregados al carrito
</div>
)}
</div>
Expand Down

0 comments on commit bed028f

Please sign in to comment.