From ccdbb314ea30ba8ff7e5f657e01c047d964c4de3 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Wed, 5 Feb 2025 18:36:11 -0800 Subject: [PATCH] Capitalization --- .../(protected)/projects/[projectId]/onboarding-dialog.tsx | 2 +- docs/fern/docs/pages/customization/custom-styles.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/onboarding-dialog.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/onboarding-dialog.tsx index 0c0b727dd..0ddbfc453 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/onboarding-dialog.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/onboarding-dialog.tsx @@ -44,7 +44,7 @@ export function OnboardingDialog() { >
- Congratulations on creating your new project! We have automatically created an API key for you. Please copy it to your .env.local file. Get more information in the getting started guide. + Congratulations on creating your new project! We have automatically created an API key for you. Please copy it to your .env.local file. Get more information in the Getting Started guide. diff --git a/docs/fern/docs/pages/customization/custom-styles.mdx b/docs/fern/docs/pages/customization/custom-styles.mdx index 5317540d5..38388eca7 100644 --- a/docs/fern/docs/pages/customization/custom-styles.mdx +++ b/docs/fern/docs/pages/customization/custom-styles.mdx @@ -32,7 +32,7 @@ And some other variables: These variables are css variables so you can use the syntax like `hsl(0, 0%, 0%)`, `black`, `#fff`, etc. -The colors can be different for light and dark mode. You can pass these into the `StackTheme` component (in your `layout.tsx` file if you followed the get started guide) as follows: +The colors can be different for light and dark mode. You can pass these into the `StackTheme` component (in your `layout.tsx` file if you followed the Getting Started guide) as follows: ```jsx title="app/layout.tsx" const theme = { @@ -50,4 +50,4 @@ const theme = { {/* children */} -``` \ No newline at end of file +```