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 ef46612 commit 356fe37Copy full SHA for 356fe37
src/templates/partials/sidebar.hbs
@@ -22,7 +22,7 @@ slug: sidebar
22
<li><a href="{{root}}/showcase/">{{#i18n "Showcase"}}{{/i18n}}</a></li>
23
<li><a href="https://discourse.processing.org/c/p5js" target=_blank class="other-link">{{#i18n "Forum"}}{{/i18n}}</a></li>
24
<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">Twitter</a></li>
+ <li><a href="http://twitter.com/p5xjs" target=_blank class="other-link" id="last">Twitter</a></li>
26
</ul>
27
</nav>
28
</div>
0 commit comments