Skip to content

Commit 7de519f

Browse files
authored
Merge pull request #6641 from Namanv0509/community-handbook-build-fix
Fixes the Build fale due to indentation error in commmunity newcomers
2 parents aacdf47 + a971ce6 commit 7de519f

File tree

1 file changed

+45
-45
lines changed
  • src/sections/Community/Newcomers-guide

1 file changed

+45
-45
lines changed

src/sections/Community/Newcomers-guide/index.js

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -195,56 +195,56 @@ const NewcomersGuide = () => {
195195
<StaticImage src={FiveWorking} alt="Five Working Image" />
196196
</Col>
197197
</Row>
198-
<Row style={{ flexWrap: "wrap" }} className="step">
199-
<Col $sm={12} $lg={6} className="community-collage">
200-
<a className="book-container" href="https://layer5.io/community/handbook/">
201-
<div className="book">
202-
<div>
203-
<StaticImage src={CommunityHandbook} alt="Community Image" />
204-
</div>
205-
</div>
206-
</a>
207-
</Col>
208-
<Col $sm={12} $lg={6}>
209-
<h3>Explore the Meshery Community</h3>
210-
<p>
211-
The community is growing at a tremendous rate. We value our connections
212-
and that is what makes us unique. Whether it is your first meeting or
213-
your tenth contribution, we want to make sure that you are supported and
214-
equipped to take advantage of all of that the community has to offer.
215-
</p>
216-
</Col>
217-
</Row>
198+
<Row style={{ flexWrap: "wrap" }} className="step">
199+
<Col $sm={12} $lg={6} className="community-collage">
200+
<a className="book-container" href="https://layer5.io/community/handbook/">
201+
<div className="book">
202+
<div>
203+
<StaticImage src={CommunityHandbook} alt="Community Image" />
204+
</div>
205+
</div>
206+
</a>
207+
</Col>
208+
<Col $sm={12} $lg={6}>
209+
<h3>Explore the Meshery Community</h3>
210+
<p>
211+
The community is growing at a tremendous rate. We value our connections
212+
and that is what makes us unique. Whether it is your first meeting or
213+
your tenth contribution, we want to make sure that you are supported and
214+
equipped to take advantage of all of that the community has to offer.
215+
</p>
216+
</Col>
217+
</Row>
218218

219219
<Row style={{ flexWrap: "wrap" }} className="step">
220-
<Col $sm={12} $lg={6}>
221-
<h3>While Your Issue is Under Review</h3>
222-
<p>
223-
Be patient. There are a large number of contributors and only a
224-
small number of maintainers/reviewers. All contributors are
225-
equally important to us, and we'll be sure to get to you as soon
226-
as possible. In the meanwhile, you are welcome to engage in the Layer5{" "}
227-
<a
228-
href="https://discuss.layer5.io/"
229-
target="_blank"
230-
rel="noreferrer"
231-
>
220+
<Col $sm={12} $lg={6}>
221+
<h3>While Your Issue is Under Review</h3>
222+
<p>
223+
Be patient. There are a large number of contributors and only a
224+
small number of maintainers/reviewers. All contributors are
225+
equally important to us, and we'll be sure to get to you as soon
226+
as possible. In the meanwhile, you are welcome to engage in the Layer5{" "}
227+
<a
228+
href="https://discuss.layer5.io/"
229+
target="_blank"
230+
rel="noreferrer"
231+
>
232232
discussion forum
233-
</a>, join our{" "}
234-
<a
235-
href="https://slack.layer5.io/"
236-
target="_blank"
237-
rel="noreferrer"
238-
>
233+
</a>, join our{" "}
234+
<a
235+
href="https://slack.layer5.io/"
236+
target="_blank"
237+
rel="noreferrer"
238+
>
239239
Slack workspace
240-
</a>{" "}
240+
</a>{" "}
241241
and take a look at all our <Link to="/projects">projects</Link>.
242-
</p>
243-
</Col>
244-
<Col $sm={12} $lg={6} className="community-collage">
245-
<StaticImage src={CommunityImage3} alt="Community Image" />
246-
</Col>
247-
</Row>
242+
</p>
243+
</Col>
244+
<Col $sm={12} $lg={6} className="community-collage">
245+
<StaticImage src={CommunityImage3} alt="Community Image" />
246+
</Col>
247+
</Row>
248248
</div>
249249
<div className="table-wrapper" id="tutorials">
250250
<h2>Tutorials</h2>

0 commit comments

Comments
 (0)