This commit is contained in:
Will Chen
2025-05-31 23:59:55 -07:00
committed by GitHub
parent 5c8cd05cf6
commit 440482356b
5 changed files with 51 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ export function HomeChatInput({
onClick={handleCustomSubmit}
disabled={!inputValue.trim() && attachments.length === 0}
className="px-2 py-2 mt-1 mr-2 hover:bg-(--background-darkest) text-(--sidebar-accent-fg) rounded-lg disabled:opacity-50"
title="Start new chat"
title="Send message"
>
<SendIcon size={20} />
</button>