Skip to content

Commit 2e12f4d

Browse files
committed
feat: add gtm to themes
1 parent 4905071 commit 2e12f4d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/lib/constants/boardConfig.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ export const BOARDTHEMAS: Record<BoardThemaKeyType, BoardThemaType> = {
5757
'B-8': {
5858
title: '새해 폭죽',
5959
theme: 'LIGHT',
60-
gtm: 'snow',
60+
gtm: 'newyear1',
6161
},
6262
'B-9': {
6363
title: '새해 부적',
6464
theme: 'LIGHT',
65-
gtm: 'snow',
65+
gtm: 'newyear2',
6666
},
6767
} as const

src/lib/constants/polaroidConfig.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -144,22 +144,22 @@ export const THEMAS: Record<ThemaKeyType, ThemaType> = {
144144
'bg-[linear-gradient(180deg,_#FFA032_0.14%,_#FE9329_25.69%,_#F75A22_70.88%)]',
145145
descriptionStyle:
146146
'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%)',
147-
gtm: 'greenargyle',
147+
gtm: 'sunrise',
148148
},
149149
'F-20': {
150150
className: 'bg-[#FFFEF2]',
151151
descriptionStyle: 'linear-gradient(180deg, #DBFFD3 0%, #A4FF65 100%)',
152-
gtm: 'greenargyle',
152+
gtm: 'clover',
153153
},
154154
'F-21': {
155155
className: 'bg-[#FFFEF2]',
156156
descriptionStyle: '#CBCBCB',
157-
gtm: 'greenargyle',
157+
gtm: 'film1',
158158
},
159159
'F-22': {
160160
className: 'bg-[#FFFEF2]',
161161
descriptionStyle: '#CBCBCB',
162-
gtm: 'greenargyle',
162+
gtm: 'film2',
163163
},
164164
} as const
165165

0 commit comments

Comments
 (0)