Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Fix typo in website #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Home() {
<div className="col col--7">
<img className={styles.heroMiniLogo} src={useBaseUrl('/img/logo/logo-full-mid-light.png')}/>
<p className={clsx('hero__title', styles.heroTitle)}>Just Another Ruby Debugger</p>
<p className="hero__subtitle">Ruby Jard provides a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.</p>
<p className="hero__subtitle">Ruby Jard provides a rich Terminal UI that visualizes everything you need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.</p>
<div className={styles.buttons}>
<Link
className={clsx(
Expand Down