snapdrop

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

commit a1fa992942c1f4548e3b23e32be4c15f98bf7af5
parent 9db8c4ce8cef15ea41319846483ee526874306b3
Author: Wenzel <17035115+lowewenzel@users.noreply.github.com>
Date:   Mon, 14 Dec 2020 19:35:23 -0800

Smol typo fix
Diffstat:
Mclient/styles.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/styles.css b/client/styles.css @@ -262,7 +262,7 @@ x-peer[transfer] x-icon { } x-peer[transfer] .status:before { - content: 'Transfering...'; + content: 'Transferring...'; } x-peer x-icon {