From 0df424dfef87336ae0c2b91118dbcc0c5404bef0 Mon Sep 17 00:00:00 2001 From: bjarneo Date: Sat, 27 Jan 2024 16:02:45 +0100 Subject: [PATCH] fix: wrap the content in a container --- src/client/routes/public/index.jsx | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/client/routes/public/index.jsx b/src/client/routes/public/index.jsx index 4994ad07..676e425a 100644 --- a/src/client/routes/public/index.jsx +++ b/src/client/routes/public/index.jsx @@ -52,19 +52,21 @@ const PublicSecrets = () => { } return ( - - - - - - - - - - {rows} -
TitleExpires
-
-
+ + + + + + + + + + + {rows} +
TitleExpires
+
+
+
); };