Skip to content

Commit

Permalink
Few more icon added for features
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-shaharia-lab committed Oct 22, 2024
1 parent b91f484 commit ac81206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const FeatureList: FeatureItem[] = [
title: 'Provider-Agnostic Architecture',
image: {
type: 'png',
source: require('@site/static/img/undraw_docusaurus_tree.svg'),
source: require('@site/static/img/provider_agnostic.png').default,
},
description: (
<>
Expand Down Expand Up @@ -82,8 +82,8 @@ const FeatureList: FeatureItem[] = [
{
title: 'Open-Source Community Power',
image: {
type: 'svg',
source: require('@site/static/img/undraw_docusaurus_tree.svg').default,
type: 'png',
source: require('@site/static/img/opens_source_community.png').default,
},
description: (
<>
Expand Down
Binary file added website/static/img/opens_source_community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/provider_agnostic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac81206

Please sign in to comment.