aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbndw <benjamindwoodward@gmail.com>2020-06-20 19:42:13 -0700
committerbndw <benjamindwoodward@gmail.com>2020-06-20 19:46:59 -0700
commitb9e18b44badd51adc724ae9814f0a95e74bee7b4 (patch)
treeb4132c837959259535069a83903cd85eda544d2c
parent065ec237f535633e1f76346b0b4d0fbb4e29b7be (diff)
:lipstick: Update header
-rw-r--r--README.md2
-rw-r--r--public/index.html4
-rw-r--r--src/App.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 95c9cea..1c992df 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1[![CircleCI](https://circleci.com/gh/bndw/wifi-card.svg?style=svg)](https://circleci.com/gh/bndw/wifi-card) 1[![CircleCI](https://circleci.com/gh/bndw/wifi-card.svg?style=svg)](https://circleci.com/gh/bndw/wifi-card)
2 2
3# 📶 WiFi Login Card 3# 📶 WiFi Card
4 4
5Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc. 5Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc.
6 6
diff --git a/public/index.html b/public/index.html
index ea3edb2..6685a59 100644
--- a/public/index.html
+++ b/public/index.html
@@ -22,10 +22,10 @@
22 work correctly both with client-side routing and a non-root public URL. 22 work correctly both with client-side routing and a non-root public URL.
23 Learn how to configure a non-root public URL by running `npm run build`. 23 Learn how to configure a non-root public URL by running `npm run build`.
24 --> 24 -->
25 <title>📡 WiFi Login Card</title> 25 <title>📡 WiFi Card</title>
26 </head> 26 </head>
27 <body> 27 <body>
28 <noscript>You need to enable JavaScript to run this app.</noscript> 28 <noscript>You need to enable JavaScript to run this app. Feel free to view the <a href="https://github.com/bndw/wifi-card">source code</a>.</noscript>
29 <div id="root"></div> 29 <div id="root"></div>
30 <!-- 30 <!--
31 This HTML file is a template. 31 This HTML file is a template.
diff --git a/src/App.js b/src/App.js
index a9d77ed..ef4859c 100644
--- a/src/App.js
+++ b/src/App.js
@@ -6,7 +6,7 @@ function App() {
6 return ( 6 return (
7 <div className="App"> 7 <div className="App">
8 8
9 <h1><span role="img" aria-label="antenna-bars">📶</span>&nbsp; WiFi Login Card</h1> 9 <h1><span role="img" aria-label="antenna-bars">📶</span>&nbsp; WiFi Card</h1>
10 10
11 <p className="tag"> 11 <p className="tag">
12 Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc. 12 Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc.