sixseconds-modules 1.6.85 → 1.6.86

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/dist/index.cjs.js CHANGED
@@ -10039,7 +10039,7 @@ function Language({
10039
10039
  "img",
10040
10040
  {
10041
10041
  src: lang2?.flag || IMAGES.DefaultLang,
10042
- "data-src": lang2?.flag || IMAGES.DefaultLang,
10042
+ "data-category": "essential",
10043
10043
  alt: lang2?.label,
10044
10044
  style: {
10045
10045
  width: "40px !important",
@@ -10974,7 +10974,7 @@ const Header = ({
10974
10974
  width: 40,
10975
10975
  height: 30,
10976
10976
  alt: "lang",
10977
- "data-src": selectedInterFaceLang?.flag || IMAGES.DefaultLang,
10977
+ "data-category": "essential",
10978
10978
  src: selectedInterFaceLang?.flag || IMAGES.DefaultLang
10979
10979
  }
10980
10980
  ),