about summary refs log tree commit diff stats
path: root/src/pages/popup/popup.html
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-01-13 10:34:49 +1100
committerSimonBrazell <simon@brazell.com.au>2021-01-13 10:34:49 +1100
commitfbc16cbb896efb327b037448a6707953364be3cb (patch)
tree28505af2e60e302f243059852fcaaa7fb519a517 /src/pages/popup/popup.html
parentTranslate "Random instance (none selected)" (#158) (diff)
downloadlibredirect-fbc16cbb896efb327b037448a6707953364be3cb.zip
Fixes #160 - Disable search redirects by default (sorry... 🙂)
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r--src/pages/popup/popup.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html
index 43a4a1a8..b34f0c8e 100644
--- a/src/pages/popup/popup.html
+++ b/src/pages/popup/popup.html
@@ -142,7 +142,11 @@
         <tbody>
           <tr>
             <td>
-              <h1 data-localise="__MSG_disableSearchEngine__">
+              <h1
+                data-localise="__MSG_disableSearchEngine__"
+                class="new-badge"
+                data-new-badge
+              >
                 Search Engine Redirects
               </h1>
             </td>