Skip to content

Commit

Permalink
ci: uncomment subgraph Card
Browse files Browse the repository at this point in the history
  • Loading branch information
banasa44 committed Apr 8, 2024
1 parent f9891e0 commit 4e00a8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/data/ComponentCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ const componentCards: IComponentCardProps[] = [
img: <IllustrationSdk />,
to: '/docs/sdk',
},
// {
// title: 'Aragon Subgraph',
// description:
// 'A powerful indexing and querying tool to get information from events emitted by the Aragon OSx contracts. The site is currently under development.',
// img: <IllustrationSubgraph />,
// to: '/docs/subgraph',
// cta: 'Learn More (WiP)',
// },
{
title: 'Aragon Subgraph',
description:
'A powerful indexing and querying tool to get information from events emitted by the Aragon OSx contracts. The site is currently under development.',
img: <IllustrationSubgraph />,
to: '/docs/subgraph',
cta: 'Learn More (WiP)',
},
{
title: 'Design System',
description:
Expand Down

0 comments on commit 4e00a8f

Please sign in to comment.