From 639a0a48ec54c2a22cd2c07dbd3531e98f220916 Mon Sep 17 00:00:00 2001 From: FxPro-Rovshan-Badirkhanov Date: Mon, 16 Mar 2026 11:33:54 +0400 Subject: [PATCH] Self closing tag --- docs/limit-the-number-of-toast-displayed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/limit-the-number-of-toast-displayed.md b/docs/limit-the-number-of-toast-displayed.md index 799f431..35358eb 100644 --- a/docs/limit-the-number-of-toast-displayed.md +++ b/docs/limit-the-number-of-toast-displayed.md @@ -24,7 +24,7 @@ function App(){ return (
- +
) } @@ -53,7 +53,7 @@ function App(){ return (
- +
) }