diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-24 16:30:41 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-24 16:30:41 +0100 |
commit | a43f0a7e7fa563db3b0593dc1ca588559381e1d0 (patch) | |
tree | 9191c5488edf965d448fd4b1dbaa9a4139868a5a /src/pages/popup/popup.pug | |
parent | Merge branch 'BobIsMyManager-librex' (diff) | |
download | libredirect-a43f0a7e7fa563db3b0593dc1ca588559381e1d0.zip |
Squashed a few bugs
Closes https://github.com/libredirect/libredirect/issues/392
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r-- | src/pages/popup/popup.pug | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index 13eb66a5..cd4d3713 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -119,7 +119,8 @@ html(lang="en") body(dir="auto") .current_site +services - hr + #current_site_divider + hr .all_sites +services hr @@ -151,4 +152,4 @@ html(lang="en") .space script(type="module" src="../options/init.js") - script(type="module" src="./popup.js") \ No newline at end of file + script(type="module" src="./popup.js") |