Skip to content

Commit 609ea30

Browse files
avivkellerCopilot
andauthored
Update apps/site/layouts/Download.tsx
Co-authored-by: Copilot <[email protected]> Signed-off-by: Aviv Keller <[email protected]>
1 parent 8fec6f5 commit 609ea30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/layouts/Download.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { FC, PropsWithChildren } from 'react';
88

99
import styles from './layouts.module.css';
1010

11-
const DownloadLayout: FC<PropsWithChildren> = async ({ children }) => {
11+
const DownloadLayout: FC<PropsWithChildren> = ({ children }) => {
1212
const { frontmatter } = getClientContext();
1313

1414
const releases = provideReleaseData();

0 commit comments

Comments
 (0)