From 4a60376f759f7001f783ffcd702333de70719172 Mon Sep 17 00:00:00 2001 From: Tom Busillo Date: Wed, 2 Aug 2023 10:41:30 -0400 Subject: [PATCH] chore(docs): remove redundant required in prop table --- docs/pages/components/Notice.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/pages/components/Notice.mdx b/docs/pages/components/Notice.mdx index 38d2d30cd..44554363f 100644 --- a/docs/pages/components/Notice.mdx +++ b/docs/pages/components/Notice.mdx @@ -53,10 +53,10 @@ Rendering a `Notice` that appears as a thin bar can be accomplished by only pass /> ``` -### Composing Title +### Notice Title ```jsx example -Information}> +Information}> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at porttitor sem. Aliquam erat volutpat. Donec placerat nisl magna, et faucibus arcu condimentum sed. @@ -79,15 +79,14 @@ Icon Type](/components/icon). ## Props