mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 02:40:14 +01:00
🤲 a11y: Add landmark to footer, labels updates, and sidebar text contrast (#3630)
* add landmark contentinfo to footer * fix aria-label ai model menuitem for issue #3587 * changed group/today text color to #535353
This commit is contained in:
parent
93cf7bab02
commit
7f50d2f7c0
5 changed files with 6 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ function Footer({ startupConfig }: { startupConfig: TStartupConfig | null | unde
|
|||
);
|
||||
|
||||
return (
|
||||
<div className="align-end m-4 flex justify-center gap-2">
|
||||
<div className="align-end m-4 flex justify-center gap-2" role="contentinfo">
|
||||
{privacyPolicyRender}
|
||||
{privacyPolicyRender && termsOfServiceRender && (
|
||||
<div className="border-r-[1px] border-gray-300 dark:border-gray-600" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue