From 9dcd05c0e1ae0fc1d71efa6d930a3dfb2da6605a Mon Sep 17 00:00:00 2001 From: gbear605 Date: Sat, 29 Jan 2022 18:40:35 -0500 Subject: [PATCH] Apply prettier --- src/App.tsx | 4 +++- tailwind.config.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 2e07bfb..238fd54 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -151,7 +151,9 @@ function App() { return (
-

{WORDLE_TITLE}

+

+ {WORDLE_TITLE} +

handleDarkMode(!isDarkMode)} diff --git a/tailwind.config.js b/tailwind.config.js index 400a2aa..df98a4b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,7 +1,7 @@ module.exports = { content: ['./src/**/*.{js,jsx,ts,tsx}'], darkMode: 'class', - theme: { + theme: { extend: {}, }, plugins: [],