From 57b892ef54c1747953b25395bfab78835e62d2a7 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 17 Dec 2024 23:53:00 +0100 Subject: style menu --- frontend/app/Page/ListCollection.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/Page/ListCollection.hs') diff --git a/frontend/app/Page/ListCollection.hs b/frontend/app/Page/ListCollection.hs index 6b999f0..ff659af 100644 --- a/frontend/app/Page/ListCollection.hs +++ b/frontend/app/Page/ListCollection.hs @@ -41,7 +41,7 @@ updateModel (Action f) m = f m viewModel :: Model -> View Action viewModel m = div_ [] $ - [ h3_ [] [text "entities"], + [ h3_ [] [text m.collection.name], schemaTable m.collection.name m.schema m.posts, h3_ [] [text "schema"], viewSchema m.schema -- cgit v1.2.3