Skip to content

Commit

Permalink
update homepagefeautures to reflect updated standards
Browse files Browse the repository at this point in the history
  • Loading branch information
SireeKoolenWijkstra committed Jun 4, 2024
1 parent 51a93dd commit 0652f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const featureList: FeatureItem[] = [
// description: 'Code reviews are required before merging to main',
// },
{
title: 'Storing source code (Not yet formatted to meet the required standard.)',
title: 'Storing source code',
to: '/docs/general/storing-source-code',
description: 'We use Git to store our source code. ',
},
Expand All @@ -43,7 +43,7 @@ const featureList: FeatureItem[] = [
// description: 'A guideline on how to choose',
// },
{
title: 'Using Git (Not yet formatted to meet the required standard.)',
title: 'Using Git',
to: '/docs/general/using-git',
description: 'Our policy how to use Git',
},
Expand Down

0 comments on commit 0652f29

Please sign in to comment.