From 52ff61635b1cbd4b024ae882b606cfb64d6cc897 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Sun, 4 Jul 2021 16:48:10 -0700 Subject: Prettier formatting (#33) * Add prettier * Format code --- src/App.js | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index ef4859c..0895668 100644 --- a/src/App.js +++ b/src/App.js @@ -1,25 +1,29 @@ import React from 'react'; -import Card from './components/Card'; +import { Card } from './components/Card'; import './style.css'; function App() { return (
- -

📶  WiFi Card

+

+ + 📶 + +   WiFi Card +

- Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc. + Print a simple card with your WiFi login details. Tape it to the fridge, + keep it in your wallet, etc.

- Your WiFi information is never sent to the server. - No tracking, analytics, or fingerprinting are used on this website. - View the source code. + Your WiFi information is never sent to the server. No tracking, + analytics, or fingerprinting are used on this website. View the{' '} + source code.

-
); } -- cgit v1.2.3