Skip to content

Commit

Permalink
done translate codepen-example.js content to ar ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Sep 21, 2019
1 parent 143de54 commit 1e1965c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/codepen-example.js
Expand Up @@ -34,7 +34,7 @@ class CodepenExample extends Component {
return (
<Layout location={location}>
<Container>
<h1>Redirecting to Codepen...</h1>
<h1>إعادة توجيه نحو منصة Codepen...</h1>
<form
style={{paddingBottom: '50px'}}
ref={form => {
Expand All @@ -45,10 +45,10 @@ class CodepenExample extends Component {
<input type="hidden" name="data" value={payload} />

<p>
Not automatically redirecting?
لا نقوم بإعادة توجيهك تلقائيا؟
<br />
<br />
<input style={primaryStyle} type="submit" value="Click here" />
<input style={primaryStyle} type="submit" value="إضغط هنا" />
</p>
</form>
</Container>
Expand Down

0 comments on commit 1e1965c

Please sign in to comment.