diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 3e1aa171..4db10523 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -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: ( @@ -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: ( @@ -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: ( diff --git a/yarn.lock b/yarn.lock index c4d27e5a..756e368b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"