Skip to content

Commit 0ab57e3

Browse files
committed
FIX - Code review
1 parent 405b57d commit 0ab57e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎src/pages/index.js‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class Home extends Component {
133133
fontSize: 30,
134134
},
135135
}}>
136-
مكتبة JavaScript لبناء واجهات المستخدم
136+
مكتبة JavaScript لبناء واجهات المستخدم
137137
</p>
138138
<Flex
139139
valign="center"
@@ -153,7 +153,7 @@ class Home extends Component {
153153
</CtaItem>
154154
<CtaItem>
155155
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
156-
احصل على الدورة التعليمية
156+
الدليل التطبيقي
157157
</ButtonLink>
158158
</CtaItem>
159159
</Flex>
@@ -285,12 +285,12 @@ class Home extends Component {
285285
<Flex valign="center">
286286
<CtaItem>
287287
<ButtonLink to="/docs/getting-started.html" type="primary">
288-
ابدأ
288+
ابدأ
289289
</ButtonLink>
290290
</CtaItem>
291291
<CtaItem>
292292
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
293-
احصل على الدورة التعليمية
293+
الدليل التطبيقي
294294
</ButtonLink>
295295
</CtaItem>
296296
</Flex>

0 commit comments

Comments
 (0)