Skip to content

Commit

Permalink
update chakra
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki committed Jan 11, 2021
1 parent 65f6243 commit 7e5ec80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import Document, {Html, Head, Main, NextScript, DocumentContext} from 'next/document';
import {ColorModeScript} from '@chakra-ui/core';
import {ColorModeScript} from '@chakra-ui/react';

import info from '../lib/info';

Expand All @@ -12,7 +12,7 @@ export default class MyDocument extends Document {

render(): JSX.Element {
return (
<Html lang="en">
<Html>
<Head>
<meta charSet="utf-8"/>
<meta name="description" content={info.description}/>
Expand Down

0 comments on commit 7e5ec80

Please sign in to comment.