This commit is contained in:
shadcn
2025-08-13 19:03:24 +04:00
parent fd44aead8e
commit 200d3aba60
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ import { Badge } from "@/registry/new-york-v4/ui/badge"
export function Announcement() {
return (
<Badge asChild variant="secondary" className="rounded-full">
<Link href="/docs/components/calendar">
New Calendar Component <ArrowRightIcon />
<Link href="/docs/registry/namespace">
Introducing Namespaced Registries <ArrowRightIcon />
</Link>
</Badge>
)

View File

@@ -228,7 +228,7 @@ export const mdxComponents = {
return (
<code
className={cn(
"bg-muted relative rounded-md px-[0.3rem] py-[0.2rem] font-mono text-[0.8rem] outline-none",
"bg-muted relative rounded-md px-[0.3rem] py-[0.2rem] font-mono text-[0.8rem] break-words outline-none",
className
)}
{...props}