From 0d71702b4811cf29dcc5b4627236b9b747d06c07 Mon Sep 17 00:00:00 2001
From: llamaiscool <86912683+llamaiscoollol@users.noreply.github.com>
Date: Thu, 15 Jul 2021 17:48:34 +0200
Subject: Added website icon and small design change in WiFi details box (#45)
* Added website icon and small design change in WiFi details box
* Fixed few errors of previous pull
* Fixed errors of previous pull
---
README.md | 2 +-
public/images/wifi.ico | Bin 0 -> 103891 bytes
public/images/wifi.png | Bin 0 -> 14913 bytes
public/index.html | 3 ++-
public/manifest.json | 8 +++++++-
src/App.js | 5 ++---
src/components/Card.js | 2 +-
src/components/style.css | 4 ++++
src/images/wifi.png | Bin 0 -> 14913 bytes
9 files changed, 17 insertions(+), 7 deletions(-)
create mode 100644 public/images/wifi.ico
create mode 100644 public/images/wifi.png
create mode 100644 src/images/wifi.png
diff --git a/README.md b/README.md
index 43123c4..4d04b4b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@

-# πΆ WiFi Card
+#
WiFi Card
https://wificard.io
diff --git a/public/images/wifi.ico b/public/images/wifi.ico
new file mode 100644
index 0000000..1af8341
Binary files /dev/null and b/public/images/wifi.ico differ
diff --git a/public/images/wifi.png b/public/images/wifi.png
new file mode 100644
index 0000000..6cef0c8
Binary files /dev/null and b/public/images/wifi.png differ
diff --git a/public/index.html b/public/index.html
index 52cbc44..38f4236 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,6 +5,7 @@
+
-