chore: update layout

This commit is contained in:
Aaron Yarborough 2025-01-27 18:16:42 +00:00
parent c54ea131ba
commit c070e15de0

View file

@ -9,9 +9,9 @@ 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>