Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update language on learn page #80

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
14 changes: 9 additions & 5 deletions src/pages/learn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,20 @@ export default function Learn() {
<title>Learn BDD and Cucumber</title>
<meta
name="description"
content="As well as our extensive documentation, there are some other resources we recommend to really accelerate your journey with BDD and Cucumber."
content="As well as our extensive documentation, there are some other resources you might find helpful on your journey with BDD and Cucumber."
/>
</Head>
<main>
<div className="container text--center padding-vert--lg">
<h1>Learn BDD and Cucumber</h1>
<p className="readable-blurb">
As well as our <Link to="/docs">extensive documentation</Link>, there are some other
resources we recommend to really accelerate your journey with BDD and Cucumber.
</p>
<div className="readable-blurb">
<p>
As well as our <Link to="/docs">extensive documentation</Link>, there are some other
resources you might find helpful your journey with BDD and Cucumber. (Note that these
resources aren't necessarily endorsed by the Cucumber team &mdash; we just think they
might be worth checking out.)
</p>
</div>
</div>
<div className="container padding-vert--lg">
<Resource to="https://school.cucumber.io" title="Cucumber School" cta="Get Started">
Expand Down
Loading