@npm_leadtech/legal-lib-components 7.69.3 → 7.69.4

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.
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import './RatafiaLandingIcon.scss';
3
3
  const RatafiaLandingIcon = ({ strapiLocale }) => {
4
- const label = strapiLocale === 'en-DE' ? 'KI' : 'AI';
4
+ const label = strapiLocale === 'de-DE' ? 'KI' : 'AI';
5
5
  return _jsx("span", { className: 'ratafia-landing-icon sans-serif --bold-weight', children: label });
6
6
  };
7
7
  export default RatafiaLandingIcon;
@@ -4,7 +4,7 @@ import { type RatafiaLandingIconProps } from './RatafiaLandingIconProps.types'
4
4
  import './RatafiaLandingIcon.scss'
5
5
 
6
6
  const RatafiaLandingIcon: React.FC<RatafiaLandingIconProps> = ({ strapiLocale }) => {
7
- const label = strapiLocale === 'en-DE' ? 'KI' : 'AI'
7
+ const label = strapiLocale === 'de-DE' ? 'KI' : 'AI'
8
8
  return <span className={'ratafia-landing-icon sans-serif --bold-weight'}>{label}</span>
9
9
  }
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.69.3",
3
+ "version": "7.69.4",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",