Skip to content

Commit

Permalink
feat: add gtm to themes
Browse files Browse the repository at this point in the history
  • Loading branch information
junseublim committed Dec 31, 2024
1 parent 4905071 commit 2e12f4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/lib/constants/boardConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ export const BOARDTHEMAS: Record<BoardThemaKeyType, BoardThemaType> = {
'B-8': {
title: '새해 폭죽',
theme: 'LIGHT',
gtm: 'snow',
gtm: 'newyear1',
},
'B-9': {
title: '새해 부적',
theme: 'LIGHT',
gtm: 'snow',
gtm: 'newyear2',
},
} as const
8 changes: 4 additions & 4 deletions src/lib/constants/polaroidConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,22 @@ export const THEMAS: Record<ThemaKeyType, ThemaType> = {
'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

Expand Down

0 comments on commit 2e12f4d

Please sign in to comment.