Clarified instructions
This commit is contained in:
parent
7bcfbc9af6
commit
b25e18b536
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ export const Instructions: React.FC<InstructionsProps> = ({ visible, onClose })
|
||||||
<div className="instructions-overlay" onClick={onClose}>
|
<div className="instructions-overlay" onClick={onClose}>
|
||||||
<div className="instructions-panel" onClick={e => e.stopPropagation()}>
|
<div className="instructions-panel" onClick={e => e.stopPropagation()}>
|
||||||
<div className="instructions-header">
|
<div className="instructions-header">
|
||||||
<h2>Welcome to Zoom Acceleration!</h2>
|
<h2>Welcome to ✨ ZoomAccel ✨!</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="instructions-content">
|
<div className="instructions-content">
|
||||||
<p>
|
<p>
|
||||||
This is a target acquisition test that measures your performance with different zoom acceleration curves.
|
This is a simulation that measures target acquisition performance with different zoom acceleration curves.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue