snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 3ad1a6e0efa746715aa767cbfbacf48252079d64
parent ef77ffb5347b111a88fd0bf0ffa0c10d3aea77c6
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Thu, 14 Mar 2019 20:15:37 +0100

Rename icon

Diffstat:
Mclient/index.html | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/index.html b/client/index.html @@ -44,9 +44,9 @@ <use xlink:href="#notifications" /> </svg> </a> - <a href="#" id="install" class="icon-button" title="Add to Homescreen" hidden> + <a href="#" id="install" class="icon-button" title="Add to Homescreen"> <svg class="icon"> - <use xlink:href="#install" /> + <use xlink:href="#homescreen" /> </svg> </a> </header> @@ -178,11 +178,11 @@ <g id="notifications"> <path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z" /> </g> - <g id="install"> + <symbol id="homescreen"> <path fill="none" d="M0 0h24v24H0V0z" /> <path d="M18 1.01L8 1c-1.1 0-2 .9-2 2v3h2V5h10v14H8v-1H6v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM10 15h2V8H5v2h3.59L3 15.59 4.41 17 10 11.41z" /> <path fill="none" d="M0 0h24v24H0V0z" /> - </g> + </symbol> </svg> <!-- Scripts --> <script src="scripts/network.js"></script>