Skip to content

Commit

Permalink
feat(logo): update logo in side nav and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Mar 31, 2021
1 parent db68cb6 commit 8e6e205
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 33 deletions.
49 changes: 26 additions & 23 deletions src/@newrelic/gatsby-theme-newrelic/components/Logo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions src/layouts/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,7 @@ const MainLayout = ({ children, pageContext }) => {
`}
to="/"
>
<Logo
css={css`
display: block;
width: 150px;
@media screen and (max-width: 760px) {
width: 160px;
}
`}
/>
<Logo />
</Link>
<SearchInput
placeholder="Filter navigation"
Expand Down

0 comments on commit 8e6e205

Please sign in to comment.