Skip to content

Commit 2125469

Browse files
committed
Remove unused import
1 parent f063f0a commit 2125469

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

web/pages/about.tsx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {PageBase} from 'web/components/page-base'
22
import {ReactNode} from "react";
33
import Link from "next/link";
4-
import {discordLink, formLink, githubRepo, stoatLink} from "common/constants";
4+
import {discordLink, formLink, githubRepo} from "common/constants";
55

66

77
export const AboutBlock = (props: {
@@ -108,20 +108,20 @@ export default function About() {
108108
<h5 id="join-chats" className="font-bold mb-4 text-xl text-center">Join the Community</h5>
109109
<p className="mb-4 text-center">Let's shape the platform together.</p>
110110
<div className="flex flex-col gap-4 w-full items-center">
111-
<a
112-
href={discordLink}
113-
className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"
114-
target="_blank" rel="noopener noreferrer"
115-
>
116-
Join the Discord
117-
</a>
118-
{/*<a*/}
119-
{/* href={stoatLink}*/}
120-
{/* className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"*/}
121-
{/* target="_blank" rel="noopener noreferrer"*/}
122-
{/*>*/}
123-
{/* Join on Stoat / Revolt*/}
124-
{/*</a>*/}
111+
<a
112+
href={discordLink}
113+
className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"
114+
target="_blank" rel="noopener noreferrer"
115+
>
116+
Join the Discord
117+
</a>
118+
{/*<a*/}
119+
{/* href={stoatLink}*/}
120+
{/* className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"*/}
121+
{/* target="_blank" rel="noopener noreferrer"*/}
122+
{/*>*/}
123+
{/* Join on Stoat / Revolt*/}
124+
{/*</a>*/}
125125
</div>
126126
</div>
127127
<div className="rounded-xl shadow p-6 flex flex-col items-center">

0 commit comments

Comments
 (0)