Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzinemon committed Sep 27, 2023
1 parent 7ee9813 commit ae33fed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Footer() {
query FooterImages {
logo: file(relativePath: { eq: "logo-white.png" }) {
childImageSharp {
fixed(width: 199, quality: 100) {
fixed(width: 182, quality: 100) {
...GatsbyImageSharpFixed_noBase64
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/common/Article.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ export default function PostDefaultLayoutSettingsQuery (props) {
}
logo: file(relativePath: { eq: "logo-white.png" }) {
childImageSharp {
fixed(width: 199, quality: 100) {
fixed(width: 182, quality: 100) {
...GatsbyImageSharpFixed_noBase64
}
}
}
darklogo: file(relativePath: { eq: "logo-dark.png" }) {
childImageSharp {
fixed(width: 199, quality: 100) {
fixed(width: 182, quality: 100) {
...GatsbyImageSharpFixed_noBase64
}
}
Expand Down
Binary file modified static/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae33fed

Please sign in to comment.