Apply prettier
This commit is contained in:
parent
d6eab6eb4e
commit
9dcd05c0e1
2 changed files with 4 additions and 2 deletions
|
@ -151,7 +151,9 @@ function App() {
|
||||||
return (
|
return (
|
||||||
<div className="py-8 max-w-7xl mx-auto sm:px-6 lg:px-8">
|
<div className="py-8 max-w-7xl mx-auto sm:px-6 lg:px-8">
|
||||||
<div className="flex w-80 mx-auto items-center mb-8">
|
<div className="flex w-80 mx-auto items-center mb-8">
|
||||||
<h1 className="text-xl grow font-bold dark:text-white">{WORDLE_TITLE}</h1>
|
<h1 className="text-xl grow font-bold dark:text-white">
|
||||||
|
{WORDLE_TITLE}
|
||||||
|
</h1>
|
||||||
<SunIcon
|
<SunIcon
|
||||||
className="h-6 w-6 cursor-pointer dark:stroke-white"
|
className="h-6 w-6 cursor-pointer dark:stroke-white"
|
||||||
onClick={() => handleDarkMode(!isDarkMode)}
|
onClick={() => handleDarkMode(!isDarkMode)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue