Skip to content

Commit

Permalink
remove broken link/button
Browse files Browse the repository at this point in the history
  • Loading branch information
tradersnow222 committed Aug 1, 2024
1 parent b2b2d24 commit 6385d69
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/components/homepage-developer-links/HomepageDeveloperLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ const DeveloperList = [
</>
)
},
{
button:{
title: 'View Articles',
href: './docs/educational-resources/introduction'
},
image: (
<div className={clsx(styles.developerCardImage, styles.educationalResourcesImage)}/>
),
title: 'Educational resources',
description: (
<>
A collection of educational resources for developers, including guides, tutorials, and articles.
</>
)
}
];

function DeveloperLink({image, title, description, link, button}) {
Expand Down

0 comments on commit 6385d69

Please sign in to comment.