update repo link for review/star

This commit is contained in:
makaveli10
2023-05-26 12:38:30 +08:00
parent af0341950e
commit 0a3fa7081e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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"});
}