Skip to content

Commit

Permalink
fix shadowing of logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopolis committed Oct 9, 2019
1 parent 49d70ef commit dd096cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/@staticfuse/gatsby-theme-publisher/components/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Box } from "@chakra-ui/core"
const Logo = ({ data }) => {
const imageData = useStaticQuery(graphql`
{
file(absolutePath: {regex: "/src/"}, name: {eq: "site-logo"}) {
file(absolutePath: {regex: "/^((?!node_modules).)*$/"}, name: {eq: "site-logo"}) {
childImageSharp {
fixed(width: 150, height: 150) {
base64
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1445,10 +1445,10 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==

"@staticfuse/gatsby-theme-publisher@^0.9.4":
version "0.9.4"
resolved "https://registry.yarnpkg.com/@staticfuse/gatsby-theme-publisher/-/gatsby-theme-publisher-0.9.4.tgz#eb5322a258f8f2a50d8a86cbf3f99c7bb1cc5137"
integrity sha512-hBRPtLS6Wx3Bk9M4bnr83eSAM9OTGSxFPIUKv6mhBxrnZOpG3gh43VXqjyTCZKBFhDrBU5AGy6C7oC5/eYRFTQ==
"@staticfuse/gatsby-theme-publisher@latest":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@staticfuse/gatsby-theme-publisher/-/gatsby-theme-publisher-0.10.1.tgz#a1a7d739a2dbf790cf308419f447384b6b815932"
integrity sha512-HTiVaMcBNeGShGJXTBeSWF8FMlWg81PrYPWtN0gq9hiIEojM+k0jrSsger0TPeL0GlUw3nB/5caUoVIoMamZLw==
dependencies:
"@chakra-ui/core" "^0.2.8"
"@emotion/core" "^10.0.17"
Expand Down

0 comments on commit dd096cd

Please sign in to comment.