Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed May 2, 2024
2 parents 194e29e + 9b67075 commit 628e858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styles from "./styles.module.css";

const FeatureList = [
{
title: "Guide",
title: "APIs",
// Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default,
iconName: "auto_stories", // This is an example icon name
description: (
Expand All @@ -15,7 +15,7 @@ const FeatureList = [
),
},
{
title: "Tools and Extensions",
title: "Extensions",
//Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,
iconName: "api", // This is an example icon name
description: (
Expand All @@ -25,7 +25,7 @@ const FeatureList = [
),
},
{
title: "Connectors and Integrations",
title: "Connectors",
//Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
iconName: "webhook", // This is an example icon name
description: (
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5661,6 +5661,11 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
Expand Down

0 comments on commit 628e858

Please sign in to comment.