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.js CHANGED
@@ -253,7 +253,8 @@ const useSectionStyles$a = createUseStyles(theme => ({
253
253
  height: '80px'
254
254
  },
255
255
  sideDrawerImg: {
256
- width: '15%'
256
+ width: '40px',
257
+ heigh: '40px'
257
258
  },
258
259
  menuItem: {
259
260
  padding: '0'
@@ -1155,7 +1156,7 @@ function OptionList({
1155
1156
  data: {
1156
1157
  link: headerData?.loginCtaLink,
1157
1158
  isLink: 1,
1158
- value: 'Login',
1159
+ value: countryCode === 'KR' ? '로그인' : 'Login',
1159
1160
  isExternal: 1
1160
1161
  },
1161
1162
  type: 'primary',