diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-24 22:54:25 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-24 22:54:25 -0600 |
commit | 46afe9c7bae20bdbb7d68b78579aacb1f59f8bb1 (patch) | |
tree | 228ef3f68ed0e971665eaaf3eb30f23a7bd58db4 | |
parent | c568a8e49aaf64afa5799a9d6d55efafd529f451 (diff) | |
download | the-abstraction-engine-46afe9c7bae20bdbb7d68b78579aacb1f59f8bb1.tar.gz the-abstraction-engine-46afe9c7bae20bdbb7d68b78579aacb1f59f8bb1.zip |
make the instructions like, really bold
-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 /> |