aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js5
1 files changed, 2 insertions, 3 deletions
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 @@
1import React from 'react'; 1import React from 'react';
2import { Card } from './components/Card'; 2import { Card } from './components/Card';
3import './style.css'; 3import './style.css';
4import logo from '../src/images/wifi.png';
4 5
5function App() { 6function 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 &nbsp; WiFi Card 11 &nbsp; WiFi Card
13 </h1> 12 </h1>
14 13