summaryrefslogtreecommitdiff
path: root/popup
diff options
context:
space:
mode:
Diffstat (limited to 'popup')
-rw-r--r--popup/popup.html4
-rw-r--r--popup/popup.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/popup/popup.html b/popup/popup.html
index 4c20a90..1dda5cd 100644
--- a/popup/popup.html
+++ b/popup/popup.html
@@ -64,11 +64,11 @@
<footer class="app-footer">
<a href="https://sameerasw.github.io/my-internet/" class="footer-link" target="_blank">
- <i class="fas fa-book"></i> Styles Repository
+ <i class="fas fa-book"></i> Styles
</a>
<div class="footer-divider"></div>
<a href="https://github.com/sameerasw/my-internet/issues/new/choose" class="footer-link" target="_blank">
- <i class="fa-brands fa-github"></i> Issues? Theme Requests?
+ <i class="fa-brands fa-github"></i> Bug?
</a>
</footer>
</div>
diff --git a/popup/popup.js b/popup/popup.js
index 5f893ea..79edaa9 100644
--- a/popup/popup.js
+++ b/popup/popup.js
@@ -1,4 +1,4 @@
-let logging = true;
+let logging = false;
new (class ExtensionPopup {
BROWSER_STORAGE_KEY = "transparentZenSettings";