From 55138840e7b522936ffd7742557e35164397d0cd Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Tue, 2 Apr 2024 22:47:17 -0400 Subject: [PATCH] fix(toast): use className for react examples --- static/usage/v7/toast/theming/react/main_tsx.md | 2 +- static/usage/v8/toast/theming/react/main_tsx.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/usage/v7/toast/theming/react/main_tsx.md b/static/usage/v7/toast/theming/react/main_tsx.md index 9d7c084e5c7..b7127396da4 100644 --- a/static/usage/v7/toast/theming/react/main_tsx.md +++ b/static/usage/v7/toast/theming/react/main_tsx.md @@ -12,7 +12,7 @@ function Example() { trigger="open-toast" duration={3000} message="Hello Styled World!" - class="custom-toast" + className="custom-toast" buttons={[ { text: 'Dismiss', diff --git a/static/usage/v8/toast/theming/react/main_tsx.md b/static/usage/v8/toast/theming/react/main_tsx.md index 9d7c084e5c7..b7127396da4 100644 --- a/static/usage/v8/toast/theming/react/main_tsx.md +++ b/static/usage/v8/toast/theming/react/main_tsx.md @@ -12,7 +12,7 @@ function Example() { trigger="open-toast" duration={3000} message="Hello Styled World!" - class="custom-toast" + className="custom-toast" buttons={[ { text: 'Dismiss',