From e44cc45e7d9228f7a31db809e699f5336dd06583 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Wed, 31 Jul 2019 15:27:01 -0700 Subject: [PATCH] docs: update logo Signed-off-by: Machiko Yasuda --- .gitignore | 4 +++- styleguide.config.js | 2 +- styleguide/src/assets/catalyst-logo.svg | 20 +++++++++++++++++++ .../assets/reaction-design-system-logo.svg | 1 - 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 styleguide/src/assets/catalyst-logo.svg delete mode 100755 styleguide/src/assets/reaction-design-system-logo.svg diff --git a/.gitignore b/.gitignore index 0eca75f9..4e28a510 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,6 @@ styleguide/favicon.png styleguide/fonts/ styleguide/index.html styleguide/manifest.json -styleguide/reaction-design-system-logo.svg +styleguide/catalyst-logo.svg + +.DS_Store \ No newline at end of file diff --git a/styleguide.config.js b/styleguide.config.js index 06b2fd4c..907cb830 100644 --- a/styleguide.config.js +++ b/styleguide.config.js @@ -118,7 +118,7 @@ module.exports = { }, logo: { borderBottom: [[0]], - backgroundImage: "url(reaction-design-system-logo.svg)", + backgroundImage: "url(catalyst-logo.svg)", backgroundRepeat: "no-repeat", height: 110, backgroundPosition: "25% 50%", diff --git a/styleguide/src/assets/catalyst-logo.svg b/styleguide/src/assets/catalyst-logo.svg new file mode 100644 index 00000000..a1af9c9c --- /dev/null +++ b/styleguide/src/assets/catalyst-logo.svg @@ -0,0 +1,20 @@ + + + + Catalyst Logo + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/styleguide/src/assets/reaction-design-system-logo.svg b/styleguide/src/assets/reaction-design-system-logo.svg deleted file mode 100755 index 10dd1a3b..00000000 --- a/styleguide/src/assets/reaction-design-system-logo.svg +++ /dev/null @@ -1 +0,0 @@ -Reaction-design-system-logo \ No newline at end of file