We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58de9ca commit 04475d8Copy full SHA for 04475d8
src/templates/pages/index.hbs
@@ -18,7 +18,7 @@ slug: /
18
<h1>{{#i18n "p1xh1"}}{{/i18n}}</h1>
19
<p style="margin-top:1em">{{#i18n "p1x1"}}{{/i18n}}</p>
20
<p>{{#i18n "p1x2"}}{{/i18n}}</p>
21
- <span class='button_box'><a href="https://editor.p5js.org">{{#i18n "start-creating"}}{{/i18n}}</a></span>
+ <a href="https://editor.p5js.org"><span class='button_box'>{{#i18n "start-creating"}}{{/i18n}}</span></a>
22
23
<h2>{{#i18n "p2xh2"}}{{/i18n}}</h2>
24
<p>{{#i18n "p2x1"}}{{/i18n}}</p>
0 commit comments