diff --git a/apps/www/src/app/docs/[[...slug]]/page.tsx b/apps/www/src/app/docs/[[...slug]]/page.tsx index 5a43853e4..9c9b5463a 100644 --- a/apps/www/src/app/docs/[[...slug]]/page.tsx +++ b/apps/www/src/app/docs/[[...slug]]/page.tsx @@ -34,8 +34,13 @@ export default async function Page(props: PageProps<'/docs/[[...slug]]'>) { pageTree={docs.pageTree} source={page.data.source} /> - - + + { + Some important message in the footer } @@ -1571,7 +1571,7 @@ const Page = () => { - + Dialog Title @@ -1658,7 +1658,6 @@ const Page = () => { } - width='100%' /> @@ -1732,7 +1731,7 @@ const Page = () => { open={nestedDialogOpen} onOpenChange={setNestedDialogOpen} > - + This is the nested dialog content. { } - width='100%' /> diff --git a/apps/www/src/app/not-found.tsx b/apps/www/src/app/not-found.tsx index fedbdd91e..2f531616d 100644 --- a/apps/www/src/app/not-found.tsx +++ b/apps/www/src/app/not-found.tsx @@ -6,8 +6,7 @@ export default function NotFound() { align='center' justify='center' gap={9} - width='full' - style={{ height: '100vh' }} + style={{ width: '100%', height: '100vh' }} > 404 diff --git a/apps/www/src/components/datatable-demo.tsx b/apps/www/src/components/datatable-demo.tsx index 1eccfd3c5..c2bcf7e9d 100644 --- a/apps/www/src/components/datatable-demo.tsx +++ b/apps/www/src/components/datatable-demo.tsx @@ -110,7 +110,7 @@ export const columns: DataTableColumnDef[] = [ const DataTableDemo = () => { const data = useMemo(() => generateData(100), []); return ( - +
{ const data = useMemo(() => generateData(1000), []); return ( - +
{ +
@@ -202,7 +202,7 @@ export function DataViewTableDemo() { export function DataViewListDemo() { return ( - +
@@ -217,7 +217,7 @@ export function DataViewListDemo() { export function DataViewSearchDemo() { return ( - +
@@ -242,7 +242,7 @@ export function DataViewMultiViewDemo() { [] ); return ( - +
+
+ @@ -386,7 +386,7 @@ function generatePeople(count: number): Person[] { export function DataViewVirtualizedDemo() { const data = useMemo(() => generatePeople(1000), []); return ( - +
@@ -414,7 +414,7 @@ export function DataViewGroupingDemo() { // so the sticky group header visibly swaps as the user moves between teams. const groupedPeople = useMemo(() => generatePeople(60), []); return ( - +
generatePeople(1500), []); return ( - +
+