diff --git a/docusaurus.config.ts b/docusaurus.config.ts index fec7657c..fef17db6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -205,24 +205,11 @@ const config: Config = { value: ` - Start Building - + Sign in ` .replace(/\n\s+/g, " ") .trim() @@ -231,7 +218,7 @@ const config: Config = { type: "html", position: "right", value: - 'GitHub' + 'GitHub' } ] }, diff --git a/src/components/Hero/index.tsx b/src/components/Hero/index.tsx index 5c22cd92..8dd7cbcb 100644 --- a/src/components/Hero/index.tsx +++ b/src/components/Hero/index.tsx @@ -51,7 +51,7 @@ export default function Hero(): JSX.Element {