From 445ab261afb12a2787d85700a82d8df6826d4df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Fri, 14 Nov 2025 10:01:44 +0100 Subject: [PATCH] add dumbbell icon to category list --- resources/js/types/category.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/types/category.ts b/resources/js/types/category.ts index f183d327..8709d138 100644 --- a/resources/js/types/category.ts +++ b/resources/js/types/category.ts @@ -13,6 +13,7 @@ export const CATEGORY_ICONS = [ 'Clock', 'CreditCard', 'Dices', + 'Dumbbell', 'FileText', 'Gift', 'GraduationCap',