Skip to content

Commit

Permalink
feat(topbar): github open in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
ruipinge committed Mar 17, 2023
1 parent cddf423 commit c83bd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/top-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<span class="mdc-top-app-bar__title">GeoFiddle</span>
</section>
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
<a href="https://github.com/ruipinge/geofiddle" class="material-icons mdc-top-app-bar__action-item" title="Fork me on GitHub">code</a>
<a href="https://github.com/ruipinge/geofiddle" class="material-icons mdc-top-app-bar__action-item" title="Fork me on GitHub" target="_blank">code</a>
</section>
</div>

0 comments on commit c83bd60

Please sign in to comment.