Skip to content

Commit

Permalink
fix: add target blank to link in ui plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedaraize committed Jul 29, 2022
1 parent 1142a9d commit b6f54e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@
</div>
<footer>
<p id="version">v1.0.0</p>
<a href="https://www.github.com/maximedaraize/style-sync"
>Open a issue on Github</a
<a
href="https://www.github.com/maximedaraize/style-sync"
target="_blank"
rel="noopener noreferrer"
>
Open a issue on Github</a
>
</footer>
<script>
Expand Down

0 comments on commit b6f54e4

Please sign in to comment.