We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f55f4 commit 6fecb48Copy full SHA for 6fecb48
apps/changelog/src/app/layout.tsx
@@ -32,10 +32,10 @@ export const metadata: Metadata = {
32
};
33
34
export default async function RootLayout({children}: {children: React.ReactNode}) {
35
- const {hash: chngelogsHash} = await getChangelogs();
+ const {hash: changelogsHash} = await getChangelogs();
36
return (
37
<html lang="en">
38
- <body className={`${rubik.variable}`} data-content-hash={chngelogsHash}>
+ <body className={`${rubik.variable}`} data-content-hash={changelogsHash}>
39
<Theme accentColor="iris" grayColor="sand" radius="large" scaling="95%">
40
{children}
41
</Theme>
0 commit comments