From 70ff70a1bf948ae5de82dc7db41f4651d170b17d Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:37:35 -0500 Subject: [PATCH] update svgs --- src/components/HomepageFeatures/index.js | 6 +-- static/img/battery-svgrepo-com.svg | 51 ------------------------ static/img/bricks-svgrepo-com.svg | 32 +++++++++++++++ static/img/fire-com.svg | 3 ++ static/img/pencil-svgrepo-com.svg | 15 +++++++ static/img/typescript-svgrepo-com.svg | 7 ---- 6 files changed, 53 insertions(+), 61 deletions(-) delete mode 100644 static/img/battery-svgrepo-com.svg create mode 100644 static/img/bricks-svgrepo-com.svg create mode 100644 static/img/fire-com.svg create mode 100644 static/img/pencil-svgrepo-com.svg delete mode 100644 static/img/typescript-svgrepo-com.svg diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 854caf9..1cdb9ba 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -6,7 +6,7 @@ const FeatureList = [ { title: 'Modular', - Svg: require('@site/static/img/puzzle-svgrepo-com.svg').default, + Svg: require('@site/static/img/bricks-svgrepo-com.svg').default, description: ( <> Take apart, build, or customize code with ease to create robust bots. @@ -15,7 +15,7 @@ const FeatureList = [ }, { title: 'Concise', - Svg: require('@site/static/img/typescript-svgrepo-com.svg').default, + Svg: require('@site/static/img/pencil-svgrepo-com.svg').default, description: ( <> Commands are significantly smaller than other competitors. @@ -25,7 +25,7 @@ const FeatureList = [ }, { title: 'Familiar', - Svg: require('@site/static/img/battery-svgrepo-com.svg').default, + Svg: require('@site/static/img/fire-com.svg').default, description: ( <> Code like a traditional command handler. Feels and looks like classic v12 command handlers. diff --git a/static/img/battery-svgrepo-com.svg b/static/img/battery-svgrepo-com.svg deleted file mode 100644 index ba6cec3..0000000 --- a/static/img/battery-svgrepo-com.svg +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/bricks-svgrepo-com.svg b/static/img/bricks-svgrepo-com.svg new file mode 100644 index 0000000..6d5026d --- /dev/null +++ b/static/img/bricks-svgrepo-com.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/img/fire-com.svg b/static/img/fire-com.svg new file mode 100644 index 0000000..04c97f9 --- /dev/null +++ b/static/img/fire-com.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/img/pencil-svgrepo-com.svg b/static/img/pencil-svgrepo-com.svg new file mode 100644 index 0000000..f065de5 --- /dev/null +++ b/static/img/pencil-svgrepo-com.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/static/img/typescript-svgrepo-com.svg b/static/img/typescript-svgrepo-com.svg deleted file mode 100644 index d7bf9a7..0000000 --- a/static/img/typescript-svgrepo-com.svg +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file