From 278015149847ad2a18880ed104a64928011181dc Mon Sep 17 00:00:00 2001 From: Mathew Antony Date: Wed, 17 Jan 2024 12:30:57 -0800 Subject: [PATCH] Added new icon for dive deeper card (#646) * Added new icon for dive deeper card * Fixed missing import --- src/helpers/help-card-data.js | 7 +++++++ src/helpers/icons.js | 13 +++++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/helpers/help-card-data.js b/src/helpers/help-card-data.js index da4daaf1..c8deefd6 100644 --- a/src/helpers/help-card-data.js +++ b/src/helpers/help-card-data.js @@ -1,6 +1,7 @@ import React from 'react'; import { GettingStartedIcon, + DiveDeeperIcon, TutorialsIcon, HowToVideosIcon, FaqIcon, @@ -16,6 +17,12 @@ const helpCardData = [ highlightColor: 'blue-light', link: '/help/getting-started' }, + { + id: 'dive-deeper', + icon: , + highlightColor: 'yellow-light', + link: '/help/dive-deeper' + }, { id: 'tutorials', icon: , diff --git a/src/helpers/icons.js b/src/helpers/icons.js index 56b82aa1..66109e5e 100644 --- a/src/helpers/icons.js +++ b/src/helpers/icons.js @@ -20,6 +20,19 @@ export const GettingStartedIcon = () => ( ); +export const DiveDeeperIcon = () => ( + + + + +); + export const TutorialsIcon = () => (