diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-10 14:59:01 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-10 14:59:01 +0300 |
commit | 77e63148c354939f8f446e858d905b5f50cbf5a6 (patch) | |
tree | 6db539770341ff64896d85c72c95170c04658358 /src/pages/popup | |
parent | Removed asking the user to make LibRedirect as the default search engine #101 (diff) | |
download | libredirect-77e63148c354939f8f446e858d905b5f50cbf5a6.zip |
Refined some things. Added an info for the Default Search Engine #101
Diffstat (limited to 'src/pages/popup')
-rw-r--r-- | src/pages/popup/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index e5c04048..7abf682e 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -71,7 +71,7 @@ <div id="pixiv" class="some-block"> <div class="title"> <!-- https://clipground.com/pics/getsecond?url=pixiv-logo-2.png --> - <img src="../../assets/images/pixiv-icon.png" /> + <img src="../../assets/images/pixiv-icon.svg" /> <h4>Pixiv</h4> </div> <input id="disable-pixiv" type="checkbox" checked /> |