diff --git a/src/frontend/src/components/pageLayout/index.tsx b/src/frontend/src/components/pageLayout/index.tsx index c6bc9de47..9af894730 100644 --- a/src/frontend/src/components/pageLayout/index.tsx +++ b/src/frontend/src/components/pageLayout/index.tsx @@ -6,11 +6,13 @@ export default function PageLayout({ description, children, button, + betaIcon, }: { title: string; description: string; children: React.ReactNode; button?: React.ReactNode; + betaIcon: boolean; }) { return (
{description}