hotfix
All checks were successful
Deploy to Production / deploy (push) Successful in 3m3s

This commit is contained in:
Roozbeh Karimi 2025-10-07 16:46:47 -04:00
parent 3cfd697528
commit 2723984e0e

View File

@ -21,7 +21,7 @@ if (typeof window !== "undefined") {
const getCategoryIcon = (category, heading = 0, size = [25, 25]) => {
console.log(category);
const iconUrl = `/icons/${category || "default"}.svg`;
const iconUrl = `/icons/${category?.toLowerCase() || "default"}.svg`;
// Create a rotated divIcon wrapper for the image
const html = `