Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DONE] Translation codepen-example.js content .. #180

Merged
merged 1 commit into from Oct 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
<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