server : (webui) Give copy button back to all message bubbles (#11814)

* All messages get the copy button

* Update index.html.gz
This commit is contained in:
Woof Dog 2025-02-12 22:47:11 +00:00 committed by GitHub
parent 5c4284d57b
commit 31afcbee0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -254,12 +254,12 @@ export default function ChatMessage({
🔄 Regenerate
</button>
)}
<CopyButton
className="badge btn-mini show-on-hover mr-2"
content={msg.content}
/>
</>
)}
<CopyButton
className="badge btn-mini show-on-hover mr-2"
content={msg.content}
/>
</div>
)}
</div>