From 6f9b4a2bba621478ca0183ab7169b6aeb86d124a Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 17 Dec 2024 18:16:43 -0500 Subject: [PATCH] use container instead of full page for layout --- src/views/templates/app.ejs | 2 +- src/views/templates/module.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/templates/app.ejs b/src/views/templates/app.ejs index b31fd94..80d3fb8 100644 --- a/src/views/templates/app.ejs +++ b/src/views/templates/app.ejs @@ -60,7 +60,7 @@ --> -
+
<%= app.name %> icon diff --git a/src/views/templates/module.ejs b/src/views/templates/module.ejs index f3b6607..05db44a 100644 --- a/src/views/templates/module.ejs +++ b/src/views/templates/module.ejs @@ -60,7 +60,7 @@ -->
-
+
<%= module.name %> icon