Change 'Back to history' to 'History' in AI chat widget

Co-Authored-By: Aadesh Kheria <kheriaaadesh@gmail.com>
This commit is contained in:
Devin AI 2026-06-01 21:38:11 +00:00
parent 011d7d751d
commit 77a369ed9a

View File

@ -495,7 +495,7 @@ function AIChatWidgetInner({
type="button"
>
<ArrowLeftIcon className="h-3 w-3" />
<span>Back to history</span>
<span>History</span>
</button>
<button
onClick={onNewChat}