Skip to content

Commit 84616ed

Browse files
committed
Fixed serverless logo
1 parent 3e26b60 commit 84616ed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/images/open-source/serverless.png

310 Bytes
Loading

src/pages/open-source-contributions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const query = graphql`
165165
query {
166166
serverless: file(relativePath: { eq: "open-source/serverless.png" }) {
167167
childImageSharp {
168-
fixed(width: 180, height: 128) {
168+
fixed(width: 48, height: 48) {
169169
...GatsbyImageSharpFixed
170170
}
171171
}

0 commit comments

Comments
 (0)