From a31308793747caa48375d1547b7a42e9968aec8c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 1 Dec 2022 16:01:45 -0500 Subject: [PATCH] fix example --- docs/components/details.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/details.md b/docs/components/details.md index 0f60eda4..1c2c6fab 100644 --- a/docs/components/details.md +++ b/docs/components/details.md @@ -51,7 +51,7 @@ const App = () => ( Use the `expand-icon` and `collapse-icon` slots to change the expand and collapse icons, respectively. To disable the animation, override the `rotate` property on the `summary-icon` part as shown below. ```html preview - + @@ -60,7 +60,7 @@ Use the `expand-icon` and `collapse-icon` slots to change the expand and collaps