|
1 | 1 | import {PageBase} from 'web/components/page-base' |
2 | 2 | import {ReactNode} from "react"; |
3 | 3 | import Link from "next/link"; |
4 | | -import {discordLink, formLink, githubRepo, stoatLink} from "common/constants"; |
| 4 | +import {discordLink, formLink, githubRepo} from "common/constants"; |
5 | 5 |
|
6 | 6 |
|
7 | 7 | export const AboutBlock = (props: { |
@@ -108,20 +108,20 @@ export default function About() { |
108 | 108 | <h5 id="join-chats" className="font-bold mb-4 text-xl text-center">Join the Community</h5> |
109 | 109 | <p className="mb-4 text-center">Let's shape the platform together.</p> |
110 | 110 | <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>*/} |
125 | 125 | </div> |
126 | 126 | </div> |
127 | 127 | <div className="rounded-xl shadow p-6 flex flex-col items-center"> |
|
0 commit comments