Skip to content

Commit

Permalink
remove unnecessary feature in list
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudsftp committed Oct 2, 2024
1 parent 3991fcc commit d4d1d7d
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,50 +172,6 @@ const FeatureList = [
</>
),
},
{
title: <Translate id="index.getting-started.title">Contributor</Translate>,
description: (
<>
<p>
<Translate id={"index.contributing.body"}>
Read our documentation about contributing content to the mStudio
Store
</Translate>
</p>
<ul>
<li>
<Link to={"/docs/v2/contributing/extensions"}>
<Translate id="index.contributing.extensions">
Develop Extensions
</Translate>
</Link>
</li>
<li>
<Link to="https://mittwald.github.io/flow">
<Translate id="index.contributing.flow">
Use Flow, the mittwald design system, to develop frontends
</Translate>
</Link>
</li>
</ul>
<p>
<strong>
<Translate id={"index.contributing.missing"}>
Missing something?
</Translate>
</strong>{" "}
<Translate id="index.contributing.more-soon">
More Contribution Possibilities are coming soon.
</Translate>{" "}
<Link href={issueTrackerURL}>
<Translate id="index.getting-started.missing.cta">
Use this project's issue tracker to leave a suggestion.
</Translate>
</Link>
</p>
</>
),
},
];

interface FeatureProps {
Expand Down

0 comments on commit d4d1d7d

Please sign in to comment.