@aslaluroba/help-center-react 3.0.14 → 3.0.16

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.js CHANGED
@@ -34827,12 +34827,12 @@ var PoweredBy = () => {
34827
34827
  t
34828
34828
  } = useLocalTranslation();
34829
34829
  return jsxRuntime.jsx("section", {
34830
- className: "babylai-text-primary-500 dark:babylai-text-white babylai-font-bold babylai-text-center babylai-px-8 babylai-py-2 babylai-w-full",
34830
+ className: "dark:babylai-text-white babylai-font-bold babylai-text-center babylai-px-8 babylai-py-2 babylai-w-full",
34831
34831
  children: jsxRuntime.jsxs("a", {
34832
34832
  href: "https://www.babylai.net/",
34833
34833
  target: "_blank",
34834
34834
  rel: "noopener noreferrer",
34835
- className: "babylai-text-xs",
34835
+ className: "babylai-text-xs babylai-opacity-60 hover:babylai-opacity-100",
34836
34836
  children: [t('homeSdk.poweredBy'), " BabylAI \u00A9 2025"]
34837
34837
  })
34838
34838
  });