Skip to content

Commit f69e8e9

Browse files
committed
Delete about
1 parent e423ce0 commit f69e8e9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

components/business/app-header.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ export default function AppHeader() {
4646
{
4747
label: 'Community',
4848
url: 'https://github.com/rustfs/rustfs/discussions'
49-
},
50-
{
51-
label: 'About',
52-
url: docs_url('about')
5349
}
5450
]
5551

components/business/home-differents.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function HomeDifferents() {return (
4343
</div>
4444
<div className="flex items-center gap-2 bg-neutral-100 p-4 md:flex-row-reverse lg:px-8 dark:bg-neutral-900">
4545
<XIcon className="text-neutral-500" />
46-
<span>{'Limited domestic device support'}</span>
46+
<span>{'Limited Platform Compatibility'}</span>
4747
</div>
4848
<div className="flex items-center gap-2 p-4 md:flex-row-reverse lg:px-8 ">
4949
<span>{'Annual price hikes up to millions'}</span>
@@ -90,7 +90,7 @@ export default function HomeDifferents() {return (
9090
</div>
9191
<div className="flex items-center gap-2 bg-neutral-100 p-4 lg:px-8 dark:bg-neutral-900">
9292
<CheckIcon className="text-green-500" />
93-
<span>{'Supports domestic secure systems'}</span>
93+
<span>{'Extensive Multi-Architecture Support'}</span>
9494
</div>
9595
<div className="flex items-center gap-2 p-4 lg:px-8 ">
9696
<CheckIcon className="text-green-500" />

0 commit comments

Comments
 (0)