Skip to content

Commit 30eaf38

Browse files
authored
Correct 'macOS' to 'MacOS' in Download.js
1 parent d9adc45 commit 30eaf38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/Download.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const Download = () => {
8181
<TabList>
8282
<Tab>Windows</Tab>
8383
<Tab>Linux</Tab>
84-
<Tab>macOS</Tab>
84+
<Tab>MacOS</Tab>
8585
<Tab>Development</Tab>
8686
</TabList>
8787
<TabPanel>
@@ -266,7 +266,7 @@ const Download = () => {
266266
<TabSection>
267267
<div>
268268
<SectionTitle>
269-
macOS Apple Silicon (13.0+)
269+
MacOS Apple Silicon (13.0+)
270270
</SectionTitle>
271271
<Button
272272
href={
@@ -397,7 +397,7 @@ const Download = () => {
397397
<TabList>
398398
<Tab>Windows</Tab>
399399
<Tab>Linux</Tab>
400-
<Tab>macOS</Tab>
400+
<Tab>MacOS</Tab>
401401
<Tab>Development</Tab>
402402
</TabList>
403403
<TabPanel>
@@ -574,7 +574,7 @@ const Download = () => {
574574
<TabPanel>
575575
<TabSection>
576576
<div>
577-
<SectionTitle>macOS Intel</SectionTitle>
577+
<SectionTitle>MacOS Intel</SectionTitle>
578578
<Button
579579
href={
580580
'https://github.com/UPBGE/upbge/releases/download/v0.2.5b/UPBGEv0.2.5b-b2.79MacOS.zip'
@@ -600,7 +600,7 @@ const Download = () => {
600600
<div>
601601
<SectionTitle>Note</SectionTitle>
602602
<BulletListInside>
603-
<li>macOS Intel requires version 10+</li>
603+
<li>MacOS Intel requires version 10+</li>
604604
<li>
605605
dmg extension can be extracted with&nbsp;
606606
<a

0 commit comments

Comments
 (0)