diff options
Diffstat (limited to 'src/pages/options/general')
-rw-r--r-- | src/pages/options/general/general.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pages/options/general/general.html b/src/pages/options/general/general.html index 70b26aad..7fa004e6 100644 --- a/src/pages/options/general/general.html +++ b/src/pages/options/general/general.html @@ -69,6 +69,10 @@ <a href="../peertube/peertube.html">Peertube</a> </div> <div class="title"> + <img src="../../../assets/images/lbry-icon.png" /> + <a href="../lbry/lbry.html">LBRY/Odysee</a> + </div> + <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> <path d="M0 0h24v24H0V0z" fill="none" /> <path @@ -315,6 +319,13 @@ </div> <div> <div> + <img src="../../../assets/images/lbry-icon.png"> + LBRY/Odysee + </div> + <input type="checkbox" id="lbry" /> + </div> + <div> + <div> <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" /> |