diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-02-14 05:20:10 +0000 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-02-14 05:20:10 +0000 |
| commit | 2da23f73f68ce63ea9d7070af11899074d6237db (patch) | |
| tree | 051e0b44731b54cac3456021c731d2e8ed863df0 | |
| parent | dea99a7c13bbb4a3971a3603ed03186ff199b9e1 (diff) | |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| -rw-r--r-- | frontend/src/components/LeftSidebar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/LeftSidebar.tsx b/frontend/src/components/LeftSidebar.tsx index dc2e7b3..efdcb1e 100644 --- a/frontend/src/components/LeftSidebar.tsx +++ b/frontend/src/components/LeftSidebar.tsx @@ -789,7 +789,7 @@ const LeftSidebar: React.FC<LeftSidebarProps> = ({ isOpen, onToggle }) => { <>Upload in <span className="font-medium">Files</span> tab (PDF, TXT, images, etc.)</>, <>Attach to nodes in <span className="font-medium">Settings</span> tab</>, <>Paste images with <span className="font-medium">Ctrl+V</span></>, - <>Works with OpenAI, Claude & Gemini (48h expiry)</>, + <>Works with OpenAI, Claude & Gemini (Gemini files auto-refresh on expiry)</>, ]}, { key: 'keys', icon: '⌨️', title: 'Shortcuts', items: [ <><span className="font-medium">Ctrl+S</span> save <span className="font-medium">Enter</span> send <span className="font-medium">Shift+Enter</span> newline <span className="font-medium">Del</span> remove</>, |
