diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-10 10:30:23 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-10 10:30:23 +0300 |
commit | d3df133f4e9bf930179f700e93c2ec69058f1b44 (patch) | |
tree | 07a302ba8f83b491fa79a719c94398550c286b7c /src/pages/options/medium | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-d3df133f4e9bf930179f700e93c2ec69058f1b44.zip |
Added send, fixed a bug in #89
Diffstat (limited to 'src/pages/options/medium')
-rw-r--r-- | src/pages/options/medium/medium.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pages/options/medium/medium.html b/src/pages/options/medium/medium.html index 89d73027..b323081e 100644 --- a/src/pages/options/medium/medium.html +++ b/src/pages/options/medium/medium.html @@ -88,6 +88,13 @@ </svg> <a href="../maps/maps.html">Maps</a> </div> + <div class="title"> + <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" /> + </svg> + <a href="../sendTargets/sendTargets.html">Send Files</a> + </div> </section> <section class="option-block"> |