Skip to content

Commit

Permalink
fix: Github case correction (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarencepenz authored Jan 7, 2024
1 parent 5d37bae commit 2dd7864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) {
) : (
<Icons.gitHub className="mr-2 h-4 w-4" />
)}{" "}
Github
GitHub
</Button>
</div>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function CardsCreateAccount() {
<div className="grid grid-cols-2 gap-6">
<Button variant="outline">
<Icons.gitHub className="mr-2 h-4 w-4" />
Github
GitHub
</Button>
<Button variant="outline">
<Icons.google className="mr-2 h-4 w-4" />
Expand Down

1 comment on commit 2dd7864

@vercel
Copy link

@vercel vercel bot commented on 2dd7864 Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./apps/www

example-playground.vercel.app
ui-shadcn-pro.vercel.app
ui-git-main-shadcn-pro.vercel.app
ui.shadcn.com

Please sign in to comment.