Skip to content

Commit 4fd9c1f

Browse files
authored
Merge pull request #652 from Rahulm2310/editorhoverfix
Fixed the hover effect on 'Editor' heading in the Download page
2 parents f3685c1 + 84007ff commit 4fd9c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/download/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ slug: download/
1818

1919
<!-- EDITOR -->
2020
<div class="link_group">
21-
<a class="anchor"><h2>{{#i18n "editor-title"}}{{/i18n}}</h2></a>
21+
<h2>{{#i18n "editor-title"}}{{/i18n}}</h2>
2222
<p>{{#i18n "p5.js-editor-intro"}}{{/i18n}}</p>
2323

2424
<a class='support_link' href="https://editor.p5js.org" target="_blank">

0 commit comments

Comments
 (0)