From 2dd7864007d6cfe318403c066f4e37adb2dd21e3 Mon Sep 17 00:00:00 2001 From: Clarence Date: Sun, 7 Jan 2024 08:59:20 +0100 Subject: [PATCH] fix: Github case correction (#2268) --- .../app/examples/authentication/components/user-auth-form.tsx | 2 +- apps/www/registry/new-york/example/cards/create-account.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/app/examples/authentication/components/user-auth-form.tsx b/apps/www/app/examples/authentication/components/user-auth-form.tsx index 728e16ca2b..01571ae23d 100644 --- a/apps/www/app/examples/authentication/components/user-auth-form.tsx +++ b/apps/www/app/examples/authentication/components/user-auth-form.tsx @@ -64,7 +64,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) { ) : ( )}{" "} - Github + GitHub ) diff --git a/apps/www/registry/new-york/example/cards/create-account.tsx b/apps/www/registry/new-york/example/cards/create-account.tsx index 49fcff83cb..1a3394eba3 100644 --- a/apps/www/registry/new-york/example/cards/create-account.tsx +++ b/apps/www/registry/new-york/example/cards/create-account.tsx @@ -26,7 +26,7 @@ export function CardsCreateAccount() {