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 --- src/App.js | 5 ++--- src/components/Card.js | 2 +- src/components/style.css | 4 ++++ src/images/wifi.png | Bin 0 -> 14913 bytes 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 src/images/wifi.png (limited to 'src') diff --git a/src/App.js b/src/App.js index 0895668..3832de1 100644 --- a/src/App.js +++ b/src/App.js @@ -1,14 +1,13 @@ import React from 'react'; import { Card } from './components/Card'; import './style.css'; +import logo from '../src/images/wifi.png'; function App() { return (
πΈπ± diff --git a/src/components/style.css b/src/components/style.css index 5ce3d34..b874a57 100644 --- a/src/components/style.css +++ b/src/components/style.css @@ -65,3 +65,7 @@ button#rotate { top: 0; } } + +hr { + margin-top: 25px; +} diff --git a/src/images/wifi.png b/src/images/wifi.png new file mode 100644 index 0000000..6cef0c8 Binary files /dev/null and b/src/images/wifi.png differ -- cgit v1.2.3