Skip to content

Commit ae33fed

Browse files
committed
logo
1 parent 7ee9813 commit ae33fed

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Footer() {
1818
query FooterImages {
1919
logo: file(relativePath: { eq: "logo-white.png" }) {
2020
childImageSharp {
21-
fixed(width: 199, quality: 100) {
21+
fixed(width: 182, quality: 100) {
2222
...GatsbyImageSharpFixed_noBase64
2323
}
2424
}

src/components/common/Article.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ export default function PostDefaultLayoutSettingsQuery (props) {
9292
}
9393
logo: file(relativePath: { eq: "logo-white.png" }) {
9494
childImageSharp {
95-
fixed(width: 199, quality: 100) {
95+
fixed(width: 182, quality: 100) {
9696
...GatsbyImageSharpFixed_noBase64
9797
}
9898
}
9999
}
100100
darklogo: file(relativePath: { eq: "logo-dark.png" }) {
101101
childImageSharp {
102-
fixed(width: 199, quality: 100) {
102+
fixed(width: 182, quality: 100) {
103103
...GatsbyImageSharpFixed_noBase64
104104
}
105105
}

static/logo-dark.png

5.84 KB
Loading

static/logo-white.png

7.47 KB
Loading

0 commit comments

Comments
 (0)