diff --git a/packages/app/src/app/about/page.tsx b/packages/app/src/app/about/page.tsx index 0562ba0f..0f4b0277 100644 --- a/packages/app/src/app/about/page.tsx +++ b/packages/app/src/app/about/page.tsx @@ -4,57 +4,72 @@ import Link from "next/link"; const page = () => { return (
+
Welcome to Code Racer, an exciting open-source game that aims to provide
a fun and challenging platform for developers of all skill levels to
improve their coding abilities and compete with fellow developers in
real-time coding races.
+
Whether you're a beginner looking to enhance your coding skills or
an experienced developer seeking a new challenge, Code Racer is for you.
-
- Playing Code Racer is simple. Here's how you can get started
- How It Works
-
- Choose a race that suits your skill level or create a new one. You can - invite friends or compete against random players from the community. -
+ {/* Stylish Separator */} +- Once the race starts, you will be presented with code snippets in your - chosen programming language. +
+ Choose a race that suits your skill level or create a new one. You can invite friends or compete against random players from the community.
+- Your mission is to type out the presented code snippet as quickly and - accurately as you can. Watch out for tricky syntax and special - characters! +
+ Once the race starts, you will be presented with code snippets in your chosen programming language.
++ Your mission is to type out the presented code snippet as quickly and + accurately as you can. Watch out for tricky syntax and special + characters!
+- Each completed code snippet adds to your score. Compete against other - racers to climb the leaderboard and prove your typing supremacy. +
+ Each completed code snippet adds to your score. Compete against other + racers to climb the leaderboard and prove your typing supremacy.
++ +
As an open-source project, Code Racer thrives on the support of its
community. If you're enthusiastic about enhancing the game or
adding new features, we invite you to contribute to the project. Check
out our GitHub repository{" "}
diff --git a/packages/app/src/components/ui/heading.tsx b/packages/app/src/components/ui/heading.tsx
index ab2a0706..fd1883a0 100644
--- a/packages/app/src/components/ui/heading.tsx
+++ b/packages/app/src/components/ui/heading.tsx
@@ -20,7 +20,7 @@ export const Heading: React.FC
+
{title}
)}