Skip to content

Commit

Permalink
Merge pull request #19 from AppQuality/feature/#10-add-link-to-crowd
Browse files Browse the repository at this point in the history
Closes #10 add link to crowd
  • Loading branch information
d-beezee authored Oct 7, 2020
2 parents a62bbad + 46509da commit 538e2c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
</head>
<body id="popupBody">
<div id="headline" class="popupWrapper">
<img title="App Quality" src="../icons/app_quality_logo.svg"/>
<a href="https://crowd.app-quality.com" target="_blank">
<img title="App Quality" src="../icons/app_quality_logo.svg"/>
</a>
<img title="Show JSON pattern" class="clickable" id="btn_json_pattern" src="../icons/question.png"/>
</div>

Expand Down

0 comments on commit 538e2c7

Please sign in to comment.