🔇 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:
Kay Belardinelli 2025-02-09 10:53:43 -05:00 committed by GitHub
parent 1519afd4b9
commit 2e8d969e35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 55 additions and 16 deletions

View file

@ -153,7 +153,7 @@ const AdminSettings = () => {
variant="outline"
className="mr-2 h-10 w-fit gap-1 border transition-all dark:bg-transparent dark:hover:bg-surface-tertiary sm:m-0"
>
<ShieldEllipsis className="cursor-pointer" />
<ShieldEllipsis className="cursor-pointer" aria-hidden="true" />
<span className="hidden sm:flex">{localize('com_ui_admin')}</span>
</Button>
</OGDialogTrigger>