updated search

This commit is contained in:
DevOFVictory
2025-10-23 18:49:01 +02:00
parent 0fbe217fce
commit 30dab9051a
6 changed files with 76 additions and 70 deletions

View File

@@ -7,8 +7,9 @@ export const getIconName = (type: AutoCompleteItem["type"]) => {
case "SHOW":
return "television";
case "YEAR":
case "CUSTOM":
return "calendar";
case "CUSTOM":
return "tag";
default:
return "tag";
}