Skip to content

Commit 00c66d6

Browse files
Fix ESLint errors: remove trailing spaces and fix indentation
Signed-off-by: Atharva Patil <[email protected]>
1 parent 5a91dd4 commit 00c66d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sections/Community/Handbook/conduct.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ const CodeofConduct = () => {
1616
<div className="page-section conduct-section">
1717
<Container>
1818
<div className="content">
19-
20-
<h2 className="heading-top">Community Code of Conduct</h2>
21-
19+
<h2 className="heading-top">Community Code of Conduct</h2>
2220
<p>Layer5 follows the <a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a> which states that:</p>
2321
<p>As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, to post feature requests, to update documentation, to submit pull requests or patches, and other activities.</p>
2422
<p>We are committed to participating in this project as a harassment-free experience for everyone, regardless of the level of experience, gender, gender identity, and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.</p>

0 commit comments

Comments
 (0)