From 8e6e205765d9d2a7e6fe7d71a71e620fea309a1c Mon Sep 17 00:00:00 2001 From: Clinton Date: Wed, 31 Mar 2021 14:23:30 -0700 Subject: [PATCH] feat(logo): update logo in side nav and footer --- .../gatsby-theme-newrelic/components/Logo.js | 49 ++++++++++--------- src/layouts/MainLayout.js | 11 +---- 2 files changed, 27 insertions(+), 33 deletions(-) diff --git a/src/@newrelic/gatsby-theme-newrelic/components/Logo.js b/src/@newrelic/gatsby-theme-newrelic/components/Logo.js index ad6b09e35..bbdcacfe2 100644 --- a/src/@newrelic/gatsby-theme-newrelic/components/Logo.js +++ b/src/@newrelic/gatsby-theme-newrelic/components/Logo.js @@ -2,35 +2,38 @@ import React from 'react'; import PropTypes from 'prop-types'; import { css } from '@emotion/core'; -const bracket = css` - stroke: var(--color-brand-500); - stroke-width: 2; - stroke-linecap: round; - stroke-linejoin: round; - - .dark-mode & { - stroke: var(--color-brand-300); - } -`; - const Logo = ({ className, width }) => ( - - - + + + + + + + + + + + + + + + + + + ); diff --git a/src/layouts/MainLayout.js b/src/layouts/MainLayout.js index cc5e90613..a5f68a85b 100644 --- a/src/layouts/MainLayout.js +++ b/src/layouts/MainLayout.js @@ -59,16 +59,7 @@ const MainLayout = ({ children, pageContext }) => { `} to="/" > - +