mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 16:02:23 +00:00
fix tomato path
This commit is contained in:
parent
3dc6a0db0c
commit
9087ca7136
4 changed files with 4 additions and 4 deletions
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 833 B |
|
|
@ -182,12 +182,12 @@ export function getRTIcon(
|
||||||
): string {
|
): string {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case "certified_fresh":
|
case "certified_fresh":
|
||||||
return "/src/assets/tomatoes/Certified_Fresh.svg";
|
return "/tomatoes/Certified_Fresh.svg";
|
||||||
case "fresh":
|
case "fresh":
|
||||||
return "/src/assets/tomatoes/Fresh.svg";
|
return "/tomatoes/Fresh.svg";
|
||||||
case "rotten":
|
case "rotten":
|
||||||
return "/src/assets/tomatoes/Rotten.svg";
|
return "/tomatoes/Rotten.svg";
|
||||||
default:
|
default:
|
||||||
return "/src/assets/tomatoes/Rotten.svg";
|
return "/tomatoes/Rotten.svg";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue