diff --git a/README.md b/README.md index 5836066..e93b1ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# File-Whizz +# 🐝 File-Whizz *No need for cloud when you have wings* ### [Tool link](https://file.klemek.fr/) diff --git a/background.jpg b/background.jpg index 0b7b2ad..a5d4b8e 100644 Binary files a/background.jpg and b/background.jpg differ diff --git a/index.html b/index.html index 687082b..63c60f5 100644 --- a/index.html +++ b/index.html @@ -21,9 +21,9 @@ - File Whizz • No need for cloud when you have wing - - + 🐝 File Whizz • No need for cloud when you have wing + + @@ -33,12 +33,12 @@ - +
-

File Whizz

+

🐝 File Whizz

Send files easily through WebRTC directly to another device, without an intermediary server. @@ -107,8 +107,8 @@ ( Repository) - Photo by - JOHN TOWNER + Lachlan Gowen on Unsplash

diff --git a/main.js b/main.js index 5a5301d..b14c8c0 100644 --- a/main.js +++ b/main.js @@ -103,12 +103,12 @@ const STATUS = { const STATUS_COLOR = { [STATUS.Error]: "error", [STATUS.Connecting]: "neutral", - [STATUS.ServerNoFile]: "primary", + [STATUS.ServerNoFile]: "info", [STATUS.ServerReady]: "success", - [STATUS.ClientConnecting]: "primary", - [STATUS.ClientWaiting]: "primary", + [STATUS.ClientConnecting]: "info", + [STATUS.ClientWaiting]: "info", [STATUS.ClientReady]: "success", - [STATUS.ClientDownloading]: "primary", + [STATUS.ClientDownloading]: "info", [STATUS.ClientDownloaded]: "success", [STATUS.ClientDisconnected]: "neutral", }; diff --git a/preview.jpg b/preview.jpg index e783be6..ad920b2 100644 Binary files a/preview.jpg and b/preview.jpg differ