diy-template-components 1.0.29 → 1.0.30

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
@@ -1139,7 +1139,7 @@ function OptionList({
1139
1139
  data: {
1140
1140
  link: headerData?.loginCtaLink,
1141
1141
  isLink: 1,
1142
- value: 'Login',
1142
+ value: countryCode === "KR" ? "로그인" : 'Login',
1143
1143
  isExternal: 1
1144
1144
  },
1145
1145
  type: 'primary',