diff options
| author | bndw <benjamindwoodward@gmail.com> | 2020-06-20 19:42:13 -0700 |
|---|---|---|
| committer | bndw <benjamindwoodward@gmail.com> | 2020-06-20 19:46:59 -0700 |
| commit | b9e18b44badd51adc724ae9814f0a95e74bee7b4 (patch) | |
| tree | b4132c837959259535069a83903cd85eda544d2c | |
| parent | 065ec237f535633e1f76346b0b4d0fbb4e29b7be (diff) | |
:lipstick: Update header
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | public/index.html | 4 | ||||
| -rw-r--r-- | src/App.js | 2 |
3 files changed, 4 insertions, 4 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | [](https://circleci.com/gh/bndw/wifi-card) | 1 | [](https://circleci.com/gh/bndw/wifi-card) |
| 2 | 2 | ||
| 3 | # 📶 WiFi Login Card | 3 | # 📶 WiFi Card |
| 4 | 4 | ||
| 5 | Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc. | 5 | Print 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. |
| @@ -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> WiFi Login Card</h1> | 9 | <h1><span role="img" aria-label="antenna-bars">📶</span> 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. |
