@t2ca/gatsby-theme-showcase 1.0.68 → 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.68",
3
+ "version": "1.0.70",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -32,6 +32,7 @@ export default ({
32
32
  desktopLogoWhite,
33
33
  svgLogo,
34
34
  mobileLogo,
35
+ mobileLogoHeight = 35,
35
36
  name,
36
37
  }) => {
37
38
  const [colorMode, setColorMode] = useColorMode()
@@ -101,15 +102,15 @@ export default ({
101
102
  />*/}
102
103
  </div>
103
104
  <div sx={{ display: ["inherit", "inherit", "none"] }}>
104
- <img
105
+ {mobileLogo}
106
+ {/* <img
105
107
  src={mobileLogo}
106
- height={35}
107
- width={35}
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={{