update repo link for review/star
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
<div class="button" id="saveCapture">Save Capture</div>
|
||||
<div class="button" id="close">Close</div>
|
||||
</div>
|
||||
<div class="notes">Thank you for using the extension! Please go <div id="review">here</div> to leave a review!</div>
|
||||
<div class="notes">Thank you for using the extension! Please go <div id="review">here</div> to leave a star!</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -49,7 +49,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
}
|
||||
});
|
||||
review.onclick = () => {
|
||||
chrome.tabs.create({url: "https://chrome.google.com/webstore/detail/chrome-audio-capture/kfokdmfpdnokpmpbjhjbcabgligoelgp/reviews"});
|
||||
chrome.tabs.create({url: "https://github.com/collabora/whisper-live"});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user