Skip to content

Commit 04475d8

Browse files
authored
fixed the 'start creating with p5 editor' button
1 parent 58de9ca commit 04475d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ slug: /
1818
<h1>{{#i18n "p1xh1"}}{{/i18n}}</h1>
1919
<p style="margin-top:1em">{{#i18n "p1x1"}}{{/i18n}}</p>
2020
<p>{{#i18n "p1x2"}}{{/i18n}}</p>
21-
<span class='button_box'><a href="https://editor.p5js.org">{{#i18n "start-creating"}}{{/i18n}}</a></span>
21+
<a href="https://editor.p5js.org"><span class='button_box'>{{#i18n "start-creating"}}{{/i18n}}</span></a>
2222

2323
<h2>{{#i18n "p2xh2"}}{{/i18n}}</h2>
2424
<p>{{#i18n "p2x1"}}{{/i18n}}</p>

0 commit comments

Comments
 (0)