From 57c803da55e01fdd2f45f50e73e0000180941d20 Mon Sep 17 00:00:00 2001 From: myeongheonhong Date: Mon, 5 Feb 2024 17:22:50 +0900 Subject: [PATCH] =?UTF-8?q?[=20feat=20]=20=EC=86=8C=EC=9B=90=EB=A7=81?= =?UTF-8?q?=ED=81=AC=20=EC=83=9D=EC=84=B1=20=EC=8B=9C=20=EC=9D=B4=ED=83=88?= =?UTF-8?q?=20=EC=B2=B4=ED=81=AC=EB=A5=BC=20=EC=9C=84=ED=95=9C=20id=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Wishes/Common/WishesStepBtn.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Wishes/Common/WishesStepBtn.tsx b/components/Wishes/Common/WishesStepBtn.tsx index f03cd8c4..40be30bc 100644 --- a/components/Wishes/Common/WishesStepBtn.tsx +++ b/components/Wishes/Common/WishesStepBtn.tsx @@ -40,6 +40,7 @@ export default function WishesStepBtn(props: WishesStepBtnProps) { boxType="half" colorSystem={wishesStep.getNextBtnColor(wishesStep.nextState)} handleClickFn={handleNextClickFn} + gaTagId={`step${wishesStep.stepIndex}`} > {wishesStep.stepIndex < 4 ? '다음' : '링크 생성 완료!'}