From cf6989fcd779982277da7175b0bd9ab5974daa2a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 16 Jan 2026 14:37:16 +0100 Subject: [PATCH] Clean /about buttons --- web/pages/about.tsx | 45 ++++++++++++--------------------------------- 1 file changed, 12 insertions(+), 33 deletions(-) diff --git a/web/pages/about.tsx b/web/pages/about.tsx index c6957f43..bb8e259b 100644 --- a/web/pages/about.tsx +++ b/web/pages/about.tsx @@ -4,6 +4,7 @@ import Link from "next/link"; import {discordLink, formLink, githubRepo} from "common/constants"; import {SEO} from "web/components/SEO"; import {useT} from "web/lib/locale"; +import {GeneralButton} from "web/components/buttons/general-button"; export const AboutBlock = (props: { @@ -87,13 +88,13 @@ export default function About() { text={t('about.block.vision.text', 'Compass is to human connection what Linux, Wikipedia, and Firefox are to software and knowledge: a public good built by the people who use it, for the benefit of everyone.')} /> - - {t('about.block.press.text', 'Explore the latest press stories ')} - {t('about.block.press.link', 'here')}. - } - /> + {/**/} + {/* {t('about.block.press.text', 'Explore the latest press stories ')}*/} + {/* {t('about.block.press.link', 'here')}.*/} + {/*}*/} + {/*/>*/} @@ -106,38 +107,21 @@ export default function About() { className="font-bold mb-4 text-xl text-center">{t('about.suggestions.title', 'Give Suggestions or Contribute')}

{t('about.suggestions.text', 'Give suggestions or let us know you want to help through this form!')}

- - {t('about.suggestions.button', 'Suggest Here')} - +
{t('about.dev.title', 'Develop the App')}

{t('about.dev.text', 'The full source code and instructions are available on GitHub.')}

- - {t('about.dev.button', 'View Code')} - +
{t('about.join.title', 'Join the Community')}

{t('about.join.text', "Let's shape the platform together.")}

- - {t('about.join.button', 'Join the Discord')} - + {/*{t('about.donate.text', 'Support our not-for-profit infrastructure.')}

- - {t('about.donate.button', 'Donation Options')} - + {/*