about summary refs log tree commit diff stats
path: root/src/pages/popup/popup.pug
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-06-28 10:31:34 +0300
committerManeraKai <manerakai@protonmail.com>2022-06-28 10:31:34 +0300
commitf2294d7da063e05ee81befb27173b791bccdc2c8 (patch)
tree494cb9da2b4379c416e041e9504ecba5c32259d9 /src/pages/popup/popup.pug
parentMerge branch 'UI-Changes' of https://github.com/EdwardLangdon/libredirect int... (diff)
downloadlibredirect-f2294d7da063e05ee81befb27173b791bccdc2c8.zip
fixing & refining About Page #368
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r--src/pages/popup/popup.pug13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug
index ce155e1a..13eb66a5 100644
--- a/src/pages/popup/popup.pug
+++ b/src/pages/popup/popup.pug
@@ -124,25 +124,30 @@ html(lang="en")
             +services
         hr
         #change_instance_div.some-block
-            a#change_instance.title.button
+            a#change_instance.title.button.prevent
                 h4(data-localise="__MSG_switchInstance__") Change Instance
                 +change_instance
 
         #copy_raw_div.some-block(title="Copy the original redirected link")         
-            a#copy_raw.title.button
+            a#copy_raw.title.button.prevent
                 h4(data-localise="__MSG_copyRaw__") Copy Raw
                 +copy_raw
 
         #unify_div.some-block(title="Unify cookies across all selected instances")
-            a#unify.title.button
+            a#unify.title.button.prevent
                 h4(data-localise="__MSG_unifySettings__") Unify Settings
                 +unify
 
         .some-block
-            a#more-options.title.button
+            a#more-options.title.button.prevent
                 h4(data-localise="__MSG_settings__") Settings
                 +settings
 
+        .some-block
+            a#about.title.button(href="/pages/options/index.html#about")
+                h4(data-localise="__MSG_about__") About
+                +about
+
         .space
 
         script(type="module" src="../options/init.js")