Skip to content

Commit

Permalink
Merge pull request #152 from iterative/update-for-cml-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi authored Dec 13, 2022
2 parents b5185ef + 26bc2bc commit 587c228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-iterative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvcorg/gatsby-theme-iterative",
"version": "0.2.6",
"version": "0.2.7",
"description": "",
"main": "index.js",
"types": "src/typings.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { AlertContent } from './content'

import * as styles from './styles.module.css'

const LayoutAlert: React.FC<{ collapsed: boolean }> | false = ({
collapsed
const LayoutAlert: React.FC<{ collapsed?: boolean }> = ({
collapsed = false
}) => (
<div
className={cn(
Expand Down

0 comments on commit 587c228

Please sign in to comment.