@t2ca/gatsby-theme-showcase 1.0.68 → 1.0.69

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.69",
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()
@@ -103,8 +104,7 @@ export default ({
103
104
  <div sx={{ display: ["inherit", "inherit", "none"] }}>
104
105
  <img
105
106
  src={mobileLogo}
106
- height={35}
107
- width={35}
107
+ height={mobileLogoHeight}
108
108
  alt={name}
109
109
  sx={{
110
110
  verticalAlign: ["bottom", "text-bottom"],