diy-template-components 1.0.29 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.es.js CHANGED
@@ -237,7 +237,8 @@ const useSectionStyles$a = createUseStyles(theme => ({
237
237
  height: '80px'
238
238
  },
239
239
  sideDrawerImg: {
240
- width: '15%'
240
+ width: '40px',
241
+ heigh: '40px'
241
242
  },
242
243
  menuItem: {
243
244
  padding: '0'
@@ -1139,7 +1140,7 @@ function OptionList({
1139
1140
  data: {
1140
1141
  link: headerData?.loginCtaLink,
1141
1142
  isLink: 1,
1142
- value: 'Login',
1143
+ value: countryCode === 'KR' ? '로그인' : 'Login',
1143
1144
  isExternal: 1
1144
1145
  },
1145
1146
  type: 'primary',