mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🔧 fix: Proper Shared Links Modal Title (#10862)
This commit is contained in:
parent
6e928cc468
commit
27edfc8710
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ export default function SharedLinks() {
|
|||
</OGDialogTrigger>
|
||||
|
||||
<OGDialogContent
|
||||
title={localize('com_nav_my_files')}
|
||||
title={localize('com_nav_shared_links')}
|
||||
className="w-11/12 max-w-5xl bg-background text-text-primary shadow-2xl"
|
||||
>
|
||||
<OGDialogHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue