File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments