Skip to content

Commit

Permalink
rename: default img rename
Browse files Browse the repository at this point in the history
  • Loading branch information
L1m3Kun committed Jul 5, 2024
1 parent ccba0ab commit 31e91bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/bestProducts/BestProductCard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CardBest from "./CardBest";
import DefaultImg from "../../core/assets/images/img_default.png";
import DefaultImg from "../../core/assets/images/product/img_default.png";
import { ProductItem } from "core/Interface/Product";

interface BestProductCardProps {
Expand Down
2 changes: 1 addition & 1 deletion src/components/salesProducts/SalesProductCard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CardSales from "./CardSales";
import DefaultImg from "../../core/assets/images/img_default.png";
import DefaultImg from "../../core/assets/images/product/img_default.png";
import { ProductItem } from "core/Interface/Product";

interface SalesProductCardProps {
Expand Down
File renamed without changes

0 comments on commit 31e91bf

Please sign in to comment.