diff --git a/client/src/components/Auth/Footer.tsx b/client/src/components/Auth/Footer.tsx index 4cda32feb8..8d79717683 100644 --- a/client/src/components/Auth/Footer.tsx +++ b/client/src/components/Auth/Footer.tsx @@ -32,7 +32,7 @@ function Footer({ startupConfig }: { startupConfig: TStartupConfig | null | unde ); return ( -
+
{privacyPolicyRender} {privacyPolicyRender && termsOfServiceRender && (
diff --git a/client/src/components/Chat/Footer.tsx b/client/src/components/Chat/Footer.tsx index af170a96fc..11667ccfb5 100644 --- a/client/src/components/Chat/Footer.tsx +++ b/client/src/components/Chat/Footer.tsx @@ -84,6 +84,7 @@ export default function Footer({ className }: { className?: string }) { className || 'relative flex items-center justify-center gap-2 px-2 py-2 text-center text-xs text-gray-600 dark:text-gray-300 md:px-[60px]' } + role="contentinfo" > {footerElements.map((contentRender, index) => { const isLastElement = index === footerElements.length - 1; diff --git a/client/src/components/Chat/Menus/Models/ModelSpec.tsx b/client/src/components/Chat/Menus/Models/ModelSpec.tsx index d268d44125..5b5e8fe009 100644 --- a/client/src/components/Chat/Menus/Models/ModelSpec.tsx +++ b/client/src/components/Chat/Menus/Models/ModelSpec.tsx @@ -56,9 +56,10 @@ const MenuItem: FC = ({
diff --git a/client/src/components/Chat/Menus/UI/MenuItem.tsx b/client/src/components/Chat/Menus/UI/MenuItem.tsx index b988765968..65a3847a96 100644 --- a/client/src/components/Chat/Menus/UI/MenuItem.tsx +++ b/client/src/components/Chat/Menus/UI/MenuItem.tsx @@ -33,7 +33,7 @@ const MenuItem: FC = ({ return (