diff options
author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 16:32:01 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 16:32:01 -0700 |
commit | d8511f4ad3bc3a326de7f7af2fb8703d5f471e36 (patch) | |
tree | aaf7a91a60eb7436f0d00883cd54ecb90d703d8e /src/components/Title.tsx | |
parent | 16eb0ad4d5d8b2ba915eae5190e6b0cfe8a1573c (diff) | |
download | the-abstraction-engine-d8511f4ad3bc3a326de7f7af2fb8703d5f471e36.tar.gz the-abstraction-engine-d8511f4ad3bc3a326de7f7af2fb8703d5f471e36.zip |
run prettier
Diffstat (limited to 'src/components/Title.tsx')
-rw-r--r-- | src/components/Title.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Title.tsx b/src/components/Title.tsx index 4bdc298..31e8140 100644 --- a/src/components/Title.tsx +++ b/src/components/Title.tsx @@ -18,8 +18,8 @@ export const Title = ({ setReady }: TitleProps) => { </p> <br /> <h3 className="warning"> - WASD/arrow keys to move. SPACE/ENTER to interact after highlighting - with the mouse. + WASD/arrow keys to move. SPACE/ENTER to interact after highlighting with + the mouse. </h3> <br /> |