From c537002c9a7dd82b3a7bad4a46a75869772e8373 Mon Sep 17 00:00:00 2001 From: itxaiohanglover <1531137510@qq.com> Date: Mon, 6 Jul 2026 12:32:10 +0800 Subject: [PATCH] feat: add Charter section to About page (#193) Add a Charter section to the About page, displayed before the Board members section. Links to the OSS Compass community charter on GitHub (https://github.com/oss-compass/community-zh/tree/main/governance). Includes both English and Chinese text since the charter is currently only available in Chinese. Signed-off-by: itxaiohanglover <1531137510@qq.com> --- apps/web/src/modules/about/05Charter.tsx | 24 ++++++++++++++++++++++++ apps/web/src/modules/about/index.tsx | 2 ++ 2 files changed, 26 insertions(+) create mode 100644 apps/web/src/modules/about/05Charter.tsx diff --git a/apps/web/src/modules/about/05Charter.tsx b/apps/web/src/modules/about/05Charter.tsx new file mode 100644 index 000000000..40572bacc --- /dev/null +++ b/apps/web/src/modules/about/05Charter.tsx @@ -0,0 +1,24 @@ +import React from 'react'; +import LinkLegacy from '@common/components/LinkLegacy'; +import { Paragraph, DocTitle } from './components'; + +const Charter = () => { + return ( +