chore: update layout
This commit is contained in:
parent
c54ea131ba
commit
c070e15de0
1 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@ function DefaultLayout({ children }) {
|
||||||
return (
|
return (
|
||||||
<main className={`${style.layout}`}>
|
<main className={`${style.layout}`}>
|
||||||
<Head>
|
<Head>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel='preconnect' href='https://fonts.googleapis.com' />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet" />
|
<link href='https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap' rel='stylesheet' />
|
||||||
</Head>
|
</Head>
|
||||||
<Header />
|
<Header />
|
||||||
<article>{children}</article>
|
<article>{children}</article>
|
||||||
|
|
Loading…
Add table
Reference in a new issue