From 2e12f4d1ae244b6821836070016358361b89fae5 Mon Sep 17 00:00:00 2001 From: junseublim Date: Tue, 31 Dec 2024 21:02:35 +0900 Subject: [PATCH] feat: add gtm to themes --- src/lib/constants/boardConfig.ts | 4 ++-- src/lib/constants/polaroidConfig.ts | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/constants/boardConfig.ts b/src/lib/constants/boardConfig.ts index 60eeee8..5b63436 100644 --- a/src/lib/constants/boardConfig.ts +++ b/src/lib/constants/boardConfig.ts @@ -57,11 +57,11 @@ export const BOARDTHEMAS: Record = { 'B-8': { title: '새해 폭죽', theme: 'LIGHT', - gtm: 'snow', + gtm: 'newyear1', }, 'B-9': { title: '새해 부적', theme: 'LIGHT', - gtm: 'snow', + gtm: 'newyear2', }, } as const diff --git a/src/lib/constants/polaroidConfig.ts b/src/lib/constants/polaroidConfig.ts index 13cecd6..6fb550f 100644 --- a/src/lib/constants/polaroidConfig.ts +++ b/src/lib/constants/polaroidConfig.ts @@ -144,22 +144,22 @@ export const THEMAS: Record = { 'bg-[linear-gradient(180deg,_#FFA032_0.14%,_#FE9329_25.69%,_#F75A22_70.88%)]', descriptionStyle: 'linear-gradient(180deg, rgba(255, 255, 255, 0.20) 10.71%, rgba(255, 255, 255, 0.10) 57.96%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #FFE731 0%, #FF7827 100%)', - gtm: 'greenargyle', + gtm: 'sunrise', }, 'F-20': { className: 'bg-[#FFFEF2]', descriptionStyle: 'linear-gradient(180deg, #DBFFD3 0%, #A4FF65 100%)', - gtm: 'greenargyle', + gtm: 'clover', }, 'F-21': { className: 'bg-[#FFFEF2]', descriptionStyle: '#CBCBCB', - gtm: 'greenargyle', + gtm: 'film1', }, 'F-22': { className: 'bg-[#FFFEF2]', descriptionStyle: '#CBCBCB', - gtm: 'greenargyle', + gtm: 'film2', }, } as const