diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-21 02:38:24 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-21 02:38:24 +0300 |
commit | 51b0df71b9220e3d0b84d25ba67818897c33610c (patch) | |
tree | 28661a83b1a8742489dc7956b0a199abf83af948 /src/pages/popup/popup.pug | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-51b0df71b9220e3d0b84d25ba67818897c33610c.zip |
Cleaned code. Fixed thing in CopyRaw #268
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r-- | src/pages/popup/popup.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index 97f6d045..12588679 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -108,12 +108,12 @@ html(lang="en") +settings h4 Settings - .some-block(title="Copy the original redirected link") + #copy_raw_div.some-block(title="Copy the original redirected link") a#copy_raw.title.button +copy_raw h4 Copy Raw - .some-block(title="Unify cookies across all selected instances") + #unify_div.some-block(title="Unify cookies across all selected instances") a#unify.title.button +unify h4 Unify Settings |