Skip to content

Commit

Permalink
changed startup text
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Apr 16, 2024
1 parent 518619c commit 826eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ProgressButton/ProgressButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface ProgressButtonProps {

const ProgressButton = ({onComplete} : ProgressButtonProps) => {
const [isHolding, setIsHolding] = useState(false);
const [text, setText] = useState('');
const [text, setText] = useState('Hold to Send');

const [blendMode, setBlenMode] = useState('Hold to Send');

Expand Down

0 comments on commit 826eb06

Please sign in to comment.