Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions src/components/CommunityCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ import styles from './CommunityResourcesSection.module.css';
function CommunityResourcesSection() {
const resources = [
{
icon: '/img/LandingPage/dataD.png',
title: 'Request a new oracle',
description: 'Request an oracle for your project',
link: 'https://forms.gle/sPda9qGqQEkj6tms9'

},
{
icon: '/img/LandingPage/quote-request.png',
title: 'Request an Oracle',
description: 'Request an Oracle for your project',
title: 'Request access to an existing oracle',
description: 'Get access to onchain data to power your application',
link: 'https://forms.gle/39vhXmFg88ti8HVC9'

},
Expand Down
Binary file added static/img/LandingPage/dataD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.