Skip to content

Commit c6b7026

Browse files
committed
chore(release): temporarily remove unused page for 2022 release
1 parent 3cb744d commit c6b7026

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draftaid",
3-
"version": "2.0.0-ea",
3+
"version": "2.0.0",
44
"repository": "https://github.com/aptmac/draftaid-react.git",
55
"license": "MIT",
66
"private": true,

src/app/AppLayout/AppLayout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
4949
</Bullseye>
5050
}
5151
logoComponent="h1"
52-
showNavToggle
53-
isNavOpen={isNavOpen}
54-
onNavToggle={isMobileView ? onNavToggleMobile : onNavToggle}
52+
// showNavToggle
53+
// isNavOpen={isNavOpen}
54+
// onNavToggle={isMobileView ? onNavToggleMobile : onNavToggle}
5555
/>
5656
);
5757

@@ -107,7 +107,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
107107
<Page
108108
mainContainerId={pageId}
109109
header={Header}
110-
sidebar={Sidebar}
110+
// sidebar={Sidebar} TODO: bring back when doing multiple pages
111111
onPageResize={onPageResize}
112112
skipToContent={PageSkipToContent}
113113
>

src/app/AppLayout/SocialMediaContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class SocialMediaContainer extends React.Component<any, any> {
66
public render() {
77
return (
88
<Bullseye className="social-media-container">
9-
<div className="version">v2.0.0-ea</div>
9+
<div className="version">v2.0.0</div>
1010
<Flex spaceItems={{ default: "spaceItemsXl" }}>
1111
<a
1212
href="https://www.github.com/aptmac/draftaid-react"

0 commit comments

Comments
 (0)