diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03dc6c..a4a7b3f5cfa 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/pages/tools/generator.tsx b/pages/tools/generator.tsx index 813250bc8b0..ae50810add0 100644 --- a/pages/tools/generator.tsx +++ b/pages/tools/generator.tsx @@ -16,7 +16,7 @@ import Paragraph from '../../components/typography/Paragraph'; */ function renderButtons(): JSX.Element { return ( -
+
{/*
);