aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/components/pages/TRPG-home/PackFeatures.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/components/pages/TRPG-home/PackFeatures.tsx b/docs/components/pages/TRPG-home/PackFeatures.tsx
index 64fba56..a55f96d 100644
--- a/docs/components/pages/TRPG-home/PackFeatures.tsx
+++ b/docs/components/pages/TRPG-home/PackFeatures.tsx
@@ -4,7 +4,8 @@ import { FeaturesBento } from "../home-shared/FeaturesBento";
export function PackFeatures() {
return (
<FeaturesBento
- header="Why HydroRollCore?\n为什么选择水系核心?"
+ header="Why HydroRollCore?
+ 为什么选择水系核心?"
body="水系核心基于规则包运行,可自定义程度高,且运行速率快。"
features={PACK_HOME_FEATURES}
/>