From da05f2ef9c87ff14678ae008bdf150a013ad13be Mon Sep 17 00:00:00 2001 From: Byson94 Date: Wed, 6 Aug 2025 22:02:14 +0530 Subject: [PATCH] fix: fixed first window example in config::configuration.md --- docs/src/config/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/config/configuration.md b/docs/src/config/configuration.md index e15fcf0..e99a9d1 100644 --- a/docs/src/config/configuration.md +++ b/docs/src/config/configuration.md @@ -40,7 +40,7 @@ enter([ // Add all defwindow inside enter. Enter is the root of the config. anchor: "top center" }, reserve: #{ distance: "40px" side: "top" } - }, root_widget()) + }, label(#{ text: "example content" })) ]) ```