diff --git a/docs/src/components/HomepageFeatures.js b/docs/src/components/HomepageFeatures.js index 89e4efb35..6c692c31a 100644 --- a/docs/src/components/HomepageFeatures.js +++ b/docs/src/components/HomepageFeatures.js @@ -28,12 +28,12 @@ const FeatureList = [ ), }, { - title: 'Multi pipelines', - Svg: require('../../static/img/feat-multipipelines.svg').default, + title: 'Multi workflows', + Svg: require('../../static/img/workflows.svg').default, description: ( <> - Woodpecker allows you to easily create multiple pipelines for your project. They can even depend on each other. - Check out the docs + Woodpecker allows you to easily create multiple workflows for your project. They can even depend on each other. + Check out the docs ), }, diff --git a/docs/static/img/feat-multipipelines.svg b/docs/static/img/workflows.svg similarity index 100% rename from docs/static/img/feat-multipipelines.svg rename to docs/static/img/workflows.svg