diff options
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r-- | src/pages/popup/popup.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index 5e067f3f..94f65eae 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -63,13 +63,13 @@ html(lang="en") input#disable-medium(type="checkbox") #peertube.some-block - a.title(href="https://peertube.com") + a.title(href="https://search.joinpeertube.org") img(src="../../assets/images/peertube-icon.svg") h4 PeerTube input#disable-peertube(type="checkbox") #lbry.some-block - a.title(href="https://lbry.com") + a.title(href="https://odysee.com/") img(src="../../assets/images/lbry-icon.png") h4 LBRY input#disable-lbry(type="checkbox") @@ -124,4 +124,4 @@ html(lang="en") script(type="module" src="../options/init.js") script(type="module" src="./popup.js") - script(src="../../assets/javascripts/localise.js") \ No newline at end of file + //- script(src="../../assets/javascripts/localise.js") \ No newline at end of file |