From 603b1e5368ffee537d6c22f527139f9cb044c8c9 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sat, 24 Jul 2021 15:10:06 -0700 Subject: [PATCH] add styles --- src/App.tsx | 10 +++++----- tailwind.config.js | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 69cdb38..3e52ed0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,8 +12,8 @@ const Greeter: React.FC = ({ name, setName }) => {
{name.length ? <>Hello : <>What is your name? } +
logoHello Vite + React!