diff options
author | Hygna <hygna@proton.me> | 2022-10-03 06:44:49 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-03 06:44:49 +0100 |
commit | c1af086c2756f401d8403b259e29f1354c5e001f (patch) | |
tree | d1bc11a485199bc80314ea7719af75dfac0529d6 /src/pages/popup/popup.html | |
parent | Corrected minor mistake (diff) | |
download | libredirect-c1af086c2756f401d8403b259e29f1354c5e001f.zip |
Finished options upgrading
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 56e4ca14..b5076635 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -107,13 +107,13 @@ <h4 data-localise="__MSG_maps__">Maps</h4></a> <input class="maps-enabled" type="checkbox"/> </div> -<div class="uploadFiles some-block"><a class="title" href="https://send.libredirect.invalid"> +<div class="sendFiles some-block"><a class="title" href="https://send.libredirect.invalid"> <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> <path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"></path> </svg> - <h4 data-localise="__MSG_uploadFiles__">Send Files</h4></a> - <input class="uploadFiles-enabled" type="checkbox"/> + <h4 data-localise="__MSG_sendFiles__">Send Files</h4></a> + <input class="sendFiles-enabled" type="checkbox"/> </div> <div id="current_site_divider"> @@ -220,13 +220,13 @@ <h4 data-localise="__MSG_maps__">Maps</h4></a> <input class="maps-enabled" type="checkbox"/> </div> -<div class="uploadFiles some-block"><a class="title" href="https://send.libredirect.invalid"> +<div class="sendFiles some-block"><a class="title" href="https://send.libredirect.invalid"> <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> <path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"></path> </svg> - <h4 data-localise="__MSG_uploadFiles__">Send Files</h4></a> - <input class="uploadFiles-enabled" type="checkbox"/> + <h4 data-localise="__MSG_sendFiles__">Send Files</h4></a> + <input class="sendFiles-enabled" type="checkbox"/> </div> </div> |