Update ActionSelector title to "Chat Demo"

This commit is contained in:
2025-11-07 22:46:55 +01:00
parent 1d7123641d
commit feecaf7591

View File

@@ -3,7 +3,7 @@ import QRScanner from './QRScanner';
function ActionSelector({ action, onSelectAction, onScanComplete, onScanCancel, log }) { function ActionSelector({ action, onSelectAction, onScanComplete, onScanCancel, log }) {
return ( return (
<div className="step-container"> <div className="step-container">
<h2>Choose Action</h2> <h2>Chat Demo</h2>
<div className="button-grid button-grid-three"> <div className="button-grid button-grid-three">
<button <button
className="action-button" className="action-button"