diff --git a/apps/www/app/(app)/docs/[[...slug]]/page.tsx b/apps/www/app/(app)/docs/[[...slug]]/page.tsx index 7a58522af4..a724965a9d 100644 --- a/apps/www/app/(app)/docs/[[...slug]]/page.tsx +++ b/apps/www/app/(app)/docs/[[...slug]]/page.tsx @@ -94,7 +94,9 @@ export default async function DocPage({ params }: DocPageProps) {
-
Docs
+ + Docs +
{doc.title}
diff --git a/apps/www/app/(app)/page.tsx b/apps/www/app/(app)/page.tsx index d26f82c532..278d0a11b7 100644 --- a/apps/www/app/(app)/page.tsx +++ b/apps/www/app/(app)/page.tsx @@ -49,10 +49,10 @@ export default function IndexPage() { {title} {description} - - diff --git a/apps/www/components/announcement.tsx b/apps/www/components/announcement.tsx index ea63e88159..abc656c144 100644 --- a/apps/www/components/announcement.tsx +++ b/apps/www/components/announcement.tsx @@ -17,7 +17,7 @@ export function Announcement() { - An update on Tailwind v4 + Get Started with Tailwind v4 diff --git a/apps/www/components/docs-nav.tsx b/apps/www/components/docs-nav.tsx index ab9e20c712..b6ff7a4c5f 100644 --- a/apps/www/components/docs-nav.tsx +++ b/apps/www/components/docs-nav.tsx @@ -16,7 +16,7 @@ export function DocsNav({ config }: { config: DocsConfig }) {
{items.map((item, index) => (
-

+

{item.title}{" "} {item.label && ( diff --git a/apps/www/components/mdx-components.tsx b/apps/www/components/mdx-components.tsx index 9e1329b558..f56f99d817 100644 --- a/apps/www/components/mdx-components.tsx +++ b/apps/www/components/mdx-components.tsx @@ -62,7 +62,7 @@ const components = { h2: ({ className, ...props }: React.HTMLAttributes) => (

) => (

) => (

), + strong: ({ className, ...props }: React.HTMLAttributes) => ( + + ), ul: ({ className, ...props }: React.HTMLAttributes) => (

    ), @@ -260,7 +263,7 @@ const components = { ), Steps: ({ ...props }) => (
    ), diff --git a/apps/www/components/mobile-nav.tsx b/apps/www/components/mobile-nav.tsx index ea618b70b8..6801e0d17c 100644 --- a/apps/www/components/mobile-nav.tsx +++ b/apps/www/components/mobile-nav.tsx @@ -31,7 +31,7 @@ export function MobileNav() { - +
    {docsConfig.mainNav?.map( @@ -68,8 +71,8 @@ export function MobileNav() {
    {docsConfig.sidebarNav.map((item, index) => ( -
    -

    {item.title}

    +
    +

    {item.title}

    {item?.items?.length && item.items.map((item) => ( @@ -78,7 +81,7 @@ export function MobileNav() { {item.title} {item.label && ( @@ -122,7 +125,7 @@ function MobileLink({ router.push(href.toString()) onOpenChange?.(false) }} - className={cn("text-base", className)} + className={cn("text-[1.15rem]", className)} {...props} > {children} diff --git a/apps/www/components/page-header.tsx b/apps/www/components/page-header.tsx index 64f9da680f..40f94c5794 100644 --- a/apps/www/components/page-header.tsx +++ b/apps/www/components/page-header.tsx @@ -23,7 +23,7 @@ function PageHeaderHeading({ return (

    -
    +
    -
    -
    +
    +