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="/"
>
-
+