We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5285671 commit f6f53b4Copy full SHA for f6f53b4
1 file changed
src/pages/about/index.page.tsx
@@ -1,7 +1,5 @@
1
import Head from 'next/head';
2
import React from 'react';
3
-import Button from '../../components/Button/Button';
4
-import LinkButton from '../../components/LinkButton/LinkButton';
5
6
export default function AboutPage() {
7
return (
@@ -11,8 +9,6 @@ export default function AboutPage() {
11
9
</Head>
12
10
<main className="flex justify-center items-center min-h-screen">
13
<h1 className="text-white">About page will be here</h1>
14
- <Button>Join Community</Button>
15
- <LinkButton to="https://test.com">test</LinkButton>
16
</main>
17
</>
18
);
0 commit comments