Skip to content

Commit

Permalink
Make repo link open in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill committed May 27, 2024
1 parent 51fb800 commit fdaeefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _site/components/sawmill_about_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function SawmillAboutBox() {
return html`
<div class="sawmill-about-box">
<h1>JPEG Sawmill</h1>
<h2><a href=${repositoryUrl}>${repositoryUrl}</a></h2>
<h2><a href=${repositoryUrl} target="_blank">${repositoryUrl}</a></h2>
<p>
Load a JPEG file using drag & drop or
the file selector in the toolbar
Expand Down

0 comments on commit fdaeefa

Please sign in to comment.