Skip to content

Commit

Permalink
Merge branch 'storybook-pull-request' into storybook-pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanundercover committed Dec 12, 2023
2 parents ee67e21 + be1147f commit bf113ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "the-handsomestnerd-internal",
"name": "chowworks-website",
"version": "0.6.0",
"license": "GPL-3.0-or-later",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions src/components/templates/mackenzies-mind/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const Header: FunctionComponent<HeaderProps> = (props) => {
const [isSearchOpen, setIsSearchOpen] = React.useState<boolean>(false)

return (<AppBarWrapper backgroundColor={props.backgroundColor} isAppBar={props.isAppBar} isEnhanced={props.isEnhanced}>

{props.pageHeader?.title ?
<Grid item container
alignContent='center' alignItems='center' style={{height: "100%", paddingLeft: "8px"}}>
Expand Down

0 comments on commit bf113ee

Please sign in to comment.