@t2ca/gatsby-theme-showcase 1.0.69 → 1.0.70

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.69",
3
+ "version": "1.0.70",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -102,14 +102,15 @@ export default ({
102
102
  />*/}
103
103
  </div>
104
104
  <div sx={{ display: ["inherit", "inherit", "none"] }}>
105
- <img
105
+ {mobileLogo}
106
+ {/* <img
106
107
  src={mobileLogo}
107
108
  height={mobileLogoHeight}
108
109
  alt={name}
109
110
  sx={{
110
111
  verticalAlign: ["bottom", "text-bottom"],
111
112
  }}
112
- />
113
+ />*/}
113
114
  {/* <Img
114
115
  fixed={mobileLogo}
115
116
  sx={{