diff --git a/apps/www/config/site.ts b/apps/www/config/site.ts index 1678d9ecfe..dd8d8f53fa 100644 --- a/apps/www/config/site.ts +++ b/apps/www/config/site.ts @@ -6,7 +6,7 @@ export const siteConfig = { "Beautifully designed components built with Radix UI and Tailwind CSS.", links: { twitter: "https://twitter.com/shadcn", - github: "https://github.com/shadcn/ui", + github: "https://github.com/shadcn-ui/ui", }, } diff --git a/apps/www/public/registry/themes.css b/apps/www/public/registry/themes.css index 9ab1ecafca..1404e76c6f 100644 --- a/apps/www/public/registry/themes.css +++ b/apps/www/public/registry/themes.css @@ -1,4 +1,3 @@ - .theme-zinc { --background: 0 0% 100%; --foreground: 240 10% 3.9%; @@ -6,7 +5,7 @@ --muted: 240 4.8% 95.9%; --muted-foreground: 240 3.8% 46.1%; - --popover: 0 0% 100%;; + --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; --card: 0 0% 100%; @@ -765,4 +764,4 @@ --destructive-foreground: 210 20% 98%; --ring: 263.4 70% 50.4%; - } \ No newline at end of file + }