Skip to content

Commit 9d640f9

Browse files
authored
Update sidebar.hbs
1 parent 356fe37 commit 9d640f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/partials/sidebar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ slug: sidebar
2222
<li><a href="{{root}}/showcase/">{{#i18n "Showcase"}}{{/i18n}}</a></li>
2323
<li><a href="https://discourse.processing.org/c/p5js" target=_blank class="other-link">{{#i18n "Forum"}}{{/i18n}}</a></li>
2424
<li><a href="http://github.com/processing/p5.js" target=_blank class="other-link">GitHub</a></li>
25-
<li><a href="http://twitter.com/p5xjs" target=_blank class="other-link" id="last">Twitter</a></li>
25+
<li><a href="http://twitter.com/p5xjs" target=_blank class="other-link">Twitter</a></li>
2626
</ul>
2727
</nav>
2828
</div>

0 commit comments

Comments
 (0)