Skip to content

Commit

Permalink
Merge pull request #235 from layer5labs/leecalcote/site/bugs
Browse files Browse the repository at this point in the history
bugfixes
  • Loading branch information
leecalcote committed Feb 4, 2024
2 parents b2e06b2 + 0177dbc commit 9172365
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions site/src/assets/data/faq/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const data = {
question: "How do I earn badges?",
category: "Layer5 Badges",
answer: [
"Layer5 badges are divided into two categories, namely 'Achievement Badges' and 'Project and Contribution' Badges",
"Project and Contribution Badges are assigned by community managers to a user when they contributes to a particular project.",
"Achievements Badges are the badges that are assigned automatically when a user completes a task like sharing a design, creating a design for the first time, and so on."
"Layer5 badges are divided into two categories, namely 'Achievement Badges' and 'Project and Contribution' badges.",
"Project and Contribution badges are assigned by community managers when you contribute to a particular project.",
"Achievements badges are assigned automatically when you complete a task like sharing a design, using the interactive terminal, creating a design for the first time, and so on."
],
},
{
Expand Down
4 changes: 2 additions & 2 deletions site/src/badgesInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"slug": "meshmap",
"imageSource": "assets/badges/meshmap/meshmap.png",
"title": "MeshMap",
"description": "This badge is awarded to the community members who make consistent and impactful contributions to the <a href='https://layer5.io/cloud-native-management/meshmap'>MeshMap</a> project in recognition and appreciation of their efforts. Community members who earn this badge occasionally become a project maintainer"
"description": "This badge is awarded to the community members who make consistent and impactful contributions to the <a href='https://layer5.io/cloud-native-management/meshmap'>MeshMap</a> project in recognition and appreciation of their efforts. Community members who earn this badge occasionally become a project maintainer."
},
{
"slug": "service-mesh-performance",
Expand All @@ -120,7 +120,7 @@
"slug": "meshery",
"imageSource": "assets/badges/meshery/meshery.png",
"title": "Meshery",
"description": "This badge isawarded to the community members who make consistent and impactful contributions to the Meshery project. Community members who earn this badge occasionally become a project maintainer."
"description": "This badge is awarded to the community members who make consistent and impactful contributions to the Meshery project. Community members who earn this badge occasionally become a project maintainer."
},
{
"slug": "patterns",
Expand Down
4 changes: 2 additions & 2 deletions site/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const App = () => {
represent milestones that you achieve both in using and in
contributing to Layer5-supported open source projects. As a
contributor, this is how you demonstrate your ownership,
dedication, skills and loyalty to Layer5. As a user, this is how
you demonstrate your prowess.
dedication, skills and commitment. As a user, this is how
you demonstrate your prowess, milestones, and meaningful engagement.
</p>
<div className="banner-main">
<img src={recognitionBanner} alt="Recognition Program Banner" />
Expand Down
2 changes: 1 addition & 1 deletion site/src/sitecomponents/SignupForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const SignupForm = ({ onSubmit }) => {
setErrorMessage(
`Use of ${values.email} is not allowed. Please use a non-anonymous email address / domain.
The Meshery Playground is connected to live Kubernetes cluster(s) and allows users full-control over those clusters. Requiring users to register a non-anonymous user account keeps the Playground safe and healthy for all to enjoy. Without requiring users to sign-in, the Meshery Playground would allow anonymous access for anyone and everyone to potentially perform nefarious acts. Sign-up to receive a user account, entitled with perpetually free and full access the Playground environment.`
The Meshery Playground is connected to live Kubernetes cluster(s) and allows users full-control over those clusters. Requiring users to register a non-anonymous user account keeps the Playground safe and healthy for all to enjoy. Without requiring users to sign-in, the Meshery Playground would allow anonymous access for anyone and everyone to potentially perform nefarious acts. Sign-up to receive a user account, entitled with perpetually free and full access to the Playground environment.`
);
} else if (!values.role) {
setFormValidations(true);
Expand Down

0 comments on commit 9172365

Please sign in to comment.