diff options
Diffstat (limited to 'src/components/Title.tsx')
-rw-r--r-- | src/components/Title.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Title.tsx b/src/components/Title.tsx index 5e0c631..4bdc298 100644 --- a/src/components/Title.tsx +++ b/src/components/Title.tsx @@ -17,10 +17,10 @@ export const Title = ({ setReady }: TitleProps) => { </a> </p> <br /> - <p> - WASD/arrow keys to move, space/enter to interact after highlighting with - the mouse - </p> + <h3 className="warning"> + WASD/arrow keys to move. SPACE/ENTER to interact after highlighting + with the mouse. + </h3> <br /> <hr /> |