@t2ca/gatsby-theme-showcase 1.0.48 → 1.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2ca/gatsby-theme-showcase",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -87,6 +87,8 @@ export default ({
87
87
  verticalAlign: ["bottom", "text-bottom"],
88
88
  }}
89
89
  alt={name}
90
+ fadeIn={false}
91
+ loading="eager"
90
92
  />
91
93
  </div>
92
94
  <div sx={{ display: ["inherit", "none"] }}>
@@ -96,6 +98,8 @@ export default ({
96
98
  verticalAlign: ["bottom", "text-bottom"],
97
99
  }}
98
100
  alt={name}
101
+ fadeIn={false}
102
+ loading="eager"
99
103
  />
100
104
  </div>
101
105
  </Link>
@@ -18,8 +18,8 @@ const LogoBanner = () => {
18
18
  node {
19
19
  base
20
20
  childImageSharp {
21
- fixed(quality: 75, height: 42, grayscale: true) {
22
- ...GatsbyImageSharpFixed_tracedSVG
21
+ fixed(quality: 75, height: 42) {
22
+ ...GatsbyImageSharpFixed
23
23
  }
24
24
  }
25
25
  }