chore: update layout
This commit is contained in:
parent
c54ea131ba
commit
c070e15de0
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@ import Header from '@/components/Header/Header'
|
|||
import Footer from '@/components/Footer/Footer'
|
||||
import Head from 'next/head'
|
||||
|
||||
function DefaultLayout({ children }) {
|
||||
function DefaultLayout ({ children }) {
|
||||
return (
|
||||
<main className={`${style.layout}`}>
|
||||
<Head>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<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 rel='preconnect' href='https://fonts.googleapis.com' />
|
||||
<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' />
|
||||
</Head>
|
||||
<Header />
|
||||
<article>{children}</article>
|
||||
|
|
Loading…
Add table
Reference in a new issue