Skip to content

Commit

Permalink
Update step-4 documentation due to mistype founded in ``InfoSection
Browse files Browse the repository at this point in the history
…`` reference code (#3746)

* Update step-4.mdx

Mistyped adding the class ``` className="landing-page__r3" ``` to the ```InfoSection``` in documentation. It resulted in Infosection component causing page to be larger ad unnecessary class css attribution.

* Update step-4.mdx

---------

Co-authored-by: Andrea N. Cardona <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent 6c4be8c commit a308f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developing/react-tutorial/step-4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ With everything imported, replace the current:
With the new components:

```javascript path=src/content/LandingPage/LandingPage.js
<InfoSection heading="The Principles" className="landing-page__r3">
<InfoSection heading="The Principles">
<InfoCard
heading="Carbon is Open"
body="It's a distributed effort, guided by the principles of the open-source movement. Carbon's users are also it's makers, and everyone is encouraged to contribute."
Expand Down

1 comment on commit a308f64

@vercel
Copy link

@vercel vercel bot commented on a308f64 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.