diff --git a/src/components/Footer.js b/src/components/Footer.js index eb3bf90..2a69ef4 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -2,7 +2,7 @@ import React from 'react' import Link from 'gatsby-link' import Button from './Button' -import LogoSaburly from '../images/logo-saburly-white.svg' +import LogoSaburly from '../images/logo-saburly-colorful.svg' import Facebook from '../images/facebook.svg' import Instagram from '../images/instagram.svg' @@ -13,7 +13,7 @@ let menuClasses = 'no-underline mt-4 lg:inline-block lg:mt-0 text-white hover:opacity-100 uppercase mr-4' const Footer = () => ( -