From 3f5c02dbdfa981908ae4acac635b2ac5e347e45e Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Fri, 15 Mar 2024 14:26:04 -0500 Subject: [PATCH] Update modal docs --- docs/modal.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modal.md b/docs/modal.md index 6c88960..ce5324b 100644 --- a/docs/modal.md +++ b/docs/modal.md @@ -10,12 +10,12 @@ application.register('modal', Modal) ``` ```html -
- +
+

This modal dialog has a groovy backdrop!

- +
- +
```