diff --git a/docs/components/Page/CTA.tsx b/docs/components/Page/CTA.tsx index f67a5712..292198f9 100644 --- a/docs/components/Page/CTA.tsx +++ b/docs/components/Page/CTA.tsx @@ -8,7 +8,7 @@ export const CTA: React.FunctionComponent = (props: React.PropsWithCh const { t: strings } = useTranslation(); return ( -
+

diff --git a/docs/components/Page/Generators.tsx b/docs/components/Page/Generators.tsx index 50a19adb..2d0433c6 100644 --- a/docs/components/Page/Generators.tsx +++ b/docs/components/Page/Generators.tsx @@ -12,6 +12,7 @@ export const Generators: React.FunctionComponent = (props: Rea

{strings(`generators_title`)}

+
11ty @@ -32,6 +33,10 @@ export const Generators: React.FunctionComponent = (props: Rea Next.js
+ +
+

and many more...

+

); diff --git a/docs/pages/changelog/index.tsx b/docs/pages/changelog/index.tsx index e678b116..10086185 100644 --- a/docs/pages/changelog/index.tsx +++ b/docs/pages/changelog/index.tsx @@ -16,7 +16,7 @@ export default function Home({ content }: any) { -
+

{strings(`changelog_page_title`)}

diff --git a/docs/pages/showcase/index.tsx b/docs/pages/showcase/index.tsx index 92d338ed..71b41e4d 100644 --- a/docs/pages/showcase/index.tsx +++ b/docs/pages/showcase/index.tsx @@ -14,17 +14,17 @@ export default function Home({ showcases }: any) { -
+

{strings(`showcase_title`)}

{strings(`showcase_description`)}

-
+
{showcases.filter((showcase: any) => showcase.image).map((showcase: any) => ( -
+
{showcase.title}