From 8fca9042375123d847220c16431aac27a982090e Mon Sep 17 00:00:00 2001 From: Clinton Date: Thu, 1 Apr 2021 14:40:00 -0700 Subject: [PATCH] fix(logo): remove rogue semicolons so fill colors render --- src/@newrelic/gatsby-theme-newrelic/components/Logo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@newrelic/gatsby-theme-newrelic/components/Logo.js b/src/@newrelic/gatsby-theme-newrelic/components/Logo.js index ef771006f..8aa32fb4e 100644 --- a/src/@newrelic/gatsby-theme-newrelic/components/Logo.js +++ b/src/@newrelic/gatsby-theme-newrelic/components/Logo.js @@ -27,8 +27,8 @@ const Logo = ({ className, width }) => ( - - + +