mirror of
https://github.com/graphql-hive/console
synced 2026-05-22 00:28:46 +00:00
fix linter (#4466)
This commit is contained in:
parent
2dc42b6745
commit
be2efbe7ca
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export function Page(props: { children: ReactNode }) {
|
|||
<link rel="preconnect" href="https://rsms.me/" />
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
||||
</Head>
|
||||
<div className="font-display flex h-full flex-col">{props.children}</div>
|
||||
<div className="flex h-full flex-col">{props.children}</div>
|
||||
{mounted && <CookiesConsent />}
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue