From f16cba23bc4215831b410460709d9e6a52928d09 Mon Sep 17 00:00:00 2001 From: guitavano Date: Thu, 30 Jul 2026 11:58:48 -0300 Subject: [PATCH] fix(vtex): give the birthday matcher its own icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change `@icon calendar-event` → `@icon gift`. It previously shared the calendar icon with the generic Date matcher; a gift gives the birthday matcher its own identity in the admin's matcher picker. Co-Authored-By: Claude Opus 4.8 --- vtex/matchers/birthday.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtex/matchers/birthday.ts b/vtex/matchers/birthday.ts index 150c49efb..7496d2d1c 100644 --- a/vtex/matchers/birthday.ts +++ b/vtex/matchers/birthday.ts @@ -16,7 +16,7 @@ export interface Props { /** * @title Birthday * @description Target users based on their birth date - * @icon calendar-event + * @icon gift */ const MatchBirthday = async ( props: Props,