Replace ingredients images with SVGs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { RECIPES, INGREDIENTS, PRODUCTS } from '../data/catalog.js?v=8';
|
||||
import { createIngredientCardController, getIngredientCardHTML } from '../ui/ingredientCard.js?v=20260417-113';
|
||||
import { RECIPES, INGREDIENTS, PRODUCTS } from '../data/catalog.js?v=9';
|
||||
import { createIngredientCardController, getIngredientCardHTML } from '../ui/ingredientCard.js?v=20260417-115';
|
||||
|
||||
function escapeHtml(s) {
|
||||
return String(s)
|
||||
|
||||
Reference in New Issue
Block a user