From f70010cb26354521665acc4210542e96a09195a9 Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 19 May 2022 23:47:39 -0300 Subject: [PATCH] add sheet as a surface-level component --- docs/data/joy/pages.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/data/joy/pages.ts b/docs/data/joy/pages.ts index d098c8a235e893..3b243cbc34fa4b 100644 --- a/docs/data/joy/pages.ts +++ b/docs/data/joy/pages.ts @@ -26,11 +26,12 @@ const pages = [ { pathname: '/joy-ui/components/data-display', subheader: 'data-display', - children: [ - { pathname: '/joy-ui/react-avatar' }, - { pathname: '/joy-ui/react-badge' }, - { pathname: '/joy-ui/react-sheet' }, - ], + children: [{ pathname: '/joy-ui/react-avatar' }, { pathname: '/joy-ui/react-badge' }], + }, + { + pathname: '/joy-ui/components/surfaces', + subheader: 'surfaces', + children: [{ pathname: '/joy-ui/react-sheet' }], }, ], },