mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +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 {
|
||||
switch (type) {
|
||||
case "certified_fresh":
|
||||
return "/src/assets/tomatoes/Certified_Fresh.svg";
|
||||
return "/tomatoes/Certified_Fresh.svg";
|
||||
case "fresh":
|
||||
return "/src/assets/tomatoes/Fresh.svg";
|
||||
return "/tomatoes/Fresh.svg";
|
||||
case "rotten":
|
||||
return "/src/assets/tomatoes/Rotten.svg";
|
||||
return "/tomatoes/Rotten.svg";
|
||||
default:
|
||||
return "/src/assets/tomatoes/Rotten.svg";
|
||||
return "/tomatoes/Rotten.svg";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue