Skip to content

Commit a855d99

Browse files
committed
docs: update description
1 parent 2710832 commit a855d99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tool-stack/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export const ToolStack: React.FC<{ lang: string }> = memo(({ lang }) => {
7373
<h1 className={titleStyle}>Rstack</h1>
7474
<p className={descStyle}>
7575
{isEn
76-
? 'A unified JavaScript toolchain built around Rspack, with consistent architecture and ultimate performance'
77-
: '围绕 Rspack 打造的 JavaScript 统一工具链,一致的底层架构,极致的性能体验'}
76+
? 'A unified JavaScript toolchain built around Rspack, with high performance and consistent architecture'
77+
: '围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构'}
7878
</p>
7979
</div>
8080
<div className={styles.tools}>

0 commit comments

Comments
 (0)