From 00257721770692292c2b009c08d841a2a95588d3 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 30 Nov 2025 21:45:55 +0100 Subject: [PATCH] wip --- src/musicplayer/ui/layout.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/musicplayer/ui/layout.gleam b/src/musicplayer/ui/layout.gleam index 4c3feab..cd812a1 100644 --- a/src/musicplayer/ui/layout.gleam +++ b/src/musicplayer/ui/layout.gleam @@ -43,7 +43,7 @@ pub fn new() -> Layout { let nodes = dict.from_list([ #( - Section("Root"), + Root, Node( t: Container, content: "Music Player", @@ -140,7 +140,7 @@ pub fn render(layout: Layout) -> Nil { container_top_left_x, container_top_left_y, 0, - Section("Root"), + Root, _, ansi_renders, )