This commit is contained in:
IndieKKY
2024-09-19 16:33:29 +08:00
parent 1bf8188980
commit 1ff47ee148

View File

@@ -19,7 +19,7 @@ const RateExtension: React.FC = () => {
if (isEdgeBrowser()) {
openUrl('https://microsoftedge.microsoft.com/addons/detail/lignnlhlpiefmcjkdkmfjdckhlaiajan')
} else {
openUrl('https://chrome.google.com/webstore/detail/bciglihaegkdhoogebcdblfhppoilclp/reviews')
openUrl('https://chromewebstore.google.com/webstore/detail/bciglihaegkdhoogebcdblfhppoilclp/reviews')
}
};