Skip to content

Commit afb583a

Browse files
Merge pull request #6 from php-debugger/cta-banner
show the CTA banner on the home page only
2 parents b0730e5 + 1ff0949 commit afb583a

2 files changed

Lines changed: 2 additions & 22 deletions

File tree

src/components/CtaBanner/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ export default function CtaBanner() {
99
<div>
1010
<h2 className={styles.title}>Ready to debug like a pro?</h2>
1111
<p className={styles.subtitle}>
12-
Join thousands of developers who trust PHP Debugger for their daily
13-
workflow.
12+
Bring zero-overhead debugging to your daily workflow.
1413
</p>
1514
</div>
1615
</div>
17-
<Link className={styles.button} to="/getting-started/quick-start">
16+
<Link className={styles.button} to="/getting-started/installation">
1817
Get Started Now &rarr;
1918
</Link>
2019
</section>

src/theme/DocItem/Footer/index.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)