diff options
| author | llamaiscool <86912683+llamaiscoollol@users.noreply.github.com> | 2021-07-15 17:48:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-15 08:48:34 -0700 |
| commit | 0d71702b4811cf29dcc5b4627236b9b747d06c07 (patch) | |
| tree | 0439028930dbef2c9d1423f0c2fb17f5abf150a1 /src/App.js | |
| parent | 9df3bbcb402cc35e2b2cd8aa2ec9d2b799e84e3e (diff) | |
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
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,14 +1,13 @@ | |||
| 1 | import React from 'react'; | 1 | import React from 'react'; |
| 2 | import { Card } from './components/Card'; | 2 | import { Card } from './components/Card'; |
| 3 | import './style.css'; | 3 | import './style.css'; |
| 4 | import logo from '../src/images/wifi.png'; | ||
| 4 | 5 | ||
| 5 | function App() { | 6 | function App() { |
| 6 | return ( | 7 | return ( |
| 7 | <div className="App"> | 8 | <div className="App"> |
| 8 | <h1> | 9 | <h1> |
| 9 | <span role="img" aria-label="antenna-bars"> | 10 | <img alt="icon" src={logo} width="32" height="32" /> |
| 10 | 📶 | ||
| 11 | </span> | ||
| 12 | WiFi Card | 11 | WiFi Card |
| 13 | </h1> | 12 | </h1> |
| 14 | 13 | ||
