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 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/App.js') 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 (