style: prettier

This commit is contained in:
원더 2021-01-08 22:19:04 +09:00
parent 1c4a733e6e
commit 9a5b6522ed

View File

@ -14,8 +14,6 @@ import '../app.css'
import '@fortawesome/fontawesome-free/css/all.css'
import '../github-markdown.css'
let systemColor
export default function App({ Component, pageProps }: AppProps): JSX.Element {
useEffect(() => {
@ -40,10 +38,7 @@ export default function App({ Component, pageProps }: AppProps): JSX.Element {
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> </title>
<meta
name="description"
content="국내 디스코드봇들을 확인하고, 초대해보세요!"
/>
<meta name="description" content="국내 디스코드봇들을 확인하고, 초대해보세요!" />
<meta name="og:title" content="한국 디스코드봇 리스트" />
<meta name="og:url" content="https://koreanbots.dev" />
<meta name="og:description" content="국내 디스코드봇들을 확인하고, 초대해보세요!" />
@ -53,7 +48,7 @@ export default function App({ Component, pageProps }: AppProps): JSX.Element {
<meta name="theme-color" content="#3366FF" />
</Head>
<Navbar />
<div className='iu-is-the-best h-full text-black dark:text-gray-100 bg-white dark:bg-discord-dark'>
<div className="iu-is-the-best h-full text-black dark:text-gray-100 dark:bg-discord-dark bg-white">
<Component {...pageProps} />
</div>
<Footer />