Skip to content

Commit

Permalink
Fix links in browser-action popup. fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aido179 committed Apr 17, 2018
1 parent 8483259 commit 82421a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ <h2>How to:</h2>
</ol>
</div>
<div class="popup-links">
<a href="https://github.com/aido179/zwBlocker">Github</a>
<a href="https://github.com/aido179/zwBlocker" target="_blank">Github</a>
-
<a href="https://twitter.com/aidanbreen">Twitter</a>
<a href="https://twitter.com/aidanbreen" target="_blank">Twitter</a>
</div>
</body>
</html>

0 comments on commit 82421a0

Please sign in to comment.