mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Add aria-label
This commit is contained in:
parent
ecb4509bf8
commit
19a213f323
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ const HistoryPreview = ({ showHistoryView }: HistoryPreviewProps) => {
|
|||
</span>
|
||||
<button
|
||||
title="Copy Prompt"
|
||||
aria-label="Copy Prompt"
|
||||
className="copy-button"
|
||||
data-appearance="icon"
|
||||
onClick={(e) => copyWithFeedback(item.task, e)}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue