mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-23 18:56:12 +01:00
🔇 a11y: Silence Unnecessary Icons for Screen Readers (#5726)
* a11y: silence miscellaneous icons that should not be read by screen reader (#5723, #5724) * 📝 chore: Update bug report template with additional guidance and version information * 📝 chore: Update bug report template to guide users on using Discussions for general inquiries and setup help --------- Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
parent
1519afd4b9
commit
2e8d969e35
14 changed files with 55 additions and 16 deletions
|
|
@ -67,7 +67,7 @@ export default function DashBreadcrumb() {
|
|||
className="flex flex-row items-center gap-1"
|
||||
onClick={chatLinkHandler}
|
||||
>
|
||||
<ArrowLeft className="icon-xs" />
|
||||
<ArrowLeft className="icon-xs" aria-hidden="true" />
|
||||
<span className="hidden md:flex">{localize('com_ui_back_to_chat')}</span>
|
||||
<span className="flex md:hidden">{localize('com_ui_chat')}</span>
|
||||
</BreadcrumbLink>
|
||||
|
|
@ -98,7 +98,7 @@ export default function DashBreadcrumb() {
|
|||
className="flex flex-row items-center gap-1"
|
||||
onClick={promptsLinkHandler}
|
||||
>
|
||||
<MessageSquareQuote className="h-4 w-4 dark:text-gray-300" />
|
||||
<MessageSquareQuote className="h-4 w-4 dark:text-gray-300" aria-hidden="true" />
|
||||
{localize('com_ui_prompts')}
|
||||
</BreadcrumbLink>
|
||||
</BreadcrumbItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue