mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-10 02:43:23 +00:00
Update ActionSelector title to "Chat Demo"
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user