Skip to content

Commit

Permalink
chore(release): temporarily remove unused page for 2022 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aptmac committed Aug 28, 2022
1 parent 3cb744d commit c6b7026
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draftaid",
"version": "2.0.0-ea",
"version": "2.0.0",
"repository": "https://github.com/aptmac/draftaid-react.git",
"license": "MIT",
"private": true,
Expand Down
8 changes: 4 additions & 4 deletions src/app/AppLayout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
</Bullseye>
}
logoComponent="h1"
showNavToggle
isNavOpen={isNavOpen}
onNavToggle={isMobileView ? onNavToggleMobile : onNavToggle}
// showNavToggle
// isNavOpen={isNavOpen}
// onNavToggle={isMobileView ? onNavToggleMobile : onNavToggle}
/>
);

Expand Down Expand Up @@ -107,7 +107,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
<Page
mainContainerId={pageId}
header={Header}
sidebar={Sidebar}
// sidebar={Sidebar} TODO: bring back when doing multiple pages
onPageResize={onPageResize}
skipToContent={PageSkipToContent}
>
Expand Down
2 changes: 1 addition & 1 deletion src/app/AppLayout/SocialMediaContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SocialMediaContainer extends React.Component<any, any> {
public render() {
return (
<Bullseye className="social-media-container">
<div className="version">v2.0.0-ea</div>
<div className="version">v2.0.0</div>
<Flex spaceItems={{ default: "spaceItemsXl" }}>
<a
href="https://www.github.com/aptmac/draftaid-react"
Expand Down

0 comments on commit c6b7026

Please sign in to comment.