diff options
| author | ManeraKai <manerakai@protonmail.com> | 2024-03-23 07:23:34 +0300 |
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2024-03-23 07:23:34 +0300 |
| commit | 8d73647ab9e1346949a8de59f2c61ea83a2f7ad6 (patch) | |
| tree | b40846005012183953d57693c526694b812e4f30 /src/pages/popup/popup.pug | |
| parent | Removed askubuntu and superuser from AnonymousOverflow https://github.com/lib... (diff) | |
| parent | Merge pull request #909 from sgvictorino/tent-redirect-music-path (diff) | |
| download | libredirect-8d73647ab9e1346949a8de59f2c61ea83a2f7ad6.zip | |
Merge branch 'master' of https://github.com/libredirect/browser_extension
Diffstat (limited to 'src/pages/popup/popup.pug')
| -rw-r--r-- | src/pages/popup/popup.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index d7ebdd49..ed4c7319 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -30,7 +30,7 @@ html(lang="en") svg(xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" preserveAspectRatio="xMinYMin meet" fill="currentColor") path(d="M 17,20 V 11 Q 17,10.175 16.412,9.587 15.825,9 15,9 H 6.8 L 8.4,7.4 7,6 3,10 7,14 8.4,12.6 6.8,11 H 15 v 9 z" id="path2") - hr + hr(id="hr" style="display: none") div(id="current_site") include /src/pages/popup/switches |
