Skip to content

Commit

Permalink
docs(www): fix TypeScript typo (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: shadcn <[email protected]>
  • Loading branch information
ocodista and shadcn authored Jun 24, 2023
1 parent fbed50f commit f834862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/app/examples/cards/components/github-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function DemoGithub() {
<div className="flex space-x-4 text-sm text-muted-foreground">
<div className="flex items-center">
<Circle className="mr-1 h-3 w-3 fill-sky-400 text-sky-400" />
TypeScipt
TypeScript
</div>
<div className="flex items-center">
<Star className="mr-1 h-3 w-3" />
Expand Down

1 comment on commit f834862

@vercel
Copy link

@vercel vercel bot commented on f834862 Jun 24, 2023

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-git-main-shadcn-pro.vercel.app
ui-shadcn-pro.vercel.app
ui.shadcn.com

Please sign in to comment.