Skip to content

Commit

Permalink
chore: revert about page
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoakDR committed Oct 20, 2023
1 parent d70cd0a commit 4f86f3f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions electron/renderer/pages/about.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { EuiResizableContainer, EuiText } from '@elastic/eui';
import Link from 'next/link';
import { useEffect } from 'react';
import { useLogger } from '../components/logger';
Expand All @@ -19,24 +18,6 @@ const AboutPage: React.FC = (): JSX.Element => {
<p>
<Link href="/">Go home</Link>
</p>
<EuiResizableContainer style={{ height: '200px' }}>
{(EuiResizablePanel, EuiResizableButton) => (
<>
<EuiResizablePanel initialSize={50} minSize="200px" tabIndex={0}>
<EuiText>Quisquam blanditiis nulla</EuiText>
</EuiResizablePanel>

<EuiResizableButton />

<EuiResizablePanel initialSize={50} minSize="200px" tabIndex={0}>
<EuiText>
Molestias amet iste sint libero illo sunt repellat rerum
exercitationem.
</EuiText>
</EuiResizablePanel>
</>
)}
</EuiResizableContainer>
</div>
);
};
Expand Down

0 comments on commit 4f86f3f

Please sign in to comment.