Skip to content

Commit

Permalink
Open github link in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-escp committed Jun 16, 2024
1 parent 6f1a317 commit f5f1f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const isReadyToCompose = computed(() => store.states.length);
:disabled="!isReadyToCompose" >compose</button>
</div>
<span title="View code on GitHub">
<a href="https://github.com/ctrl-escp/flaster" title="flASTer on GitHub">
<a href="https://github.com/ctrl-escp/flaster" title="flASTer on GitHub" target="_blank">
<span class="github-text">View on GitHub</span>
<icon-github/>
</a>
Expand Down

0 comments on commit f5f1f51

Please sign in to comment.