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 @@
+
+
\ 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 @@
-
\ No newline at end of file