diff --git a/app/src/app/environments/content.tsx b/app/src/app/environments/content.tsx index f1edada..a7a8dd4 100644 --- a/app/src/app/environments/content.tsx +++ b/app/src/app/environments/content.tsx @@ -15,10 +15,12 @@ export default function Content() { } return ( - <> -
+
+
-

Environments

+

+ Environments +

Here's a list of available environments!

@@ -29,6 +31,6 @@ export default function Content() { data={environments} isLoading={isLoading} /> - +
); } diff --git a/app/src/app/environments/page.tsx b/app/src/app/environments/page.tsx index d3c847e..d6e873a 100644 --- a/app/src/app/environments/page.tsx +++ b/app/src/app/environments/page.tsx @@ -11,7 +11,7 @@ export const metadata: Metadata = { export default function EnvironmentsListPage() { return ( -
+
diff --git a/app/src/components/AppSidebar/Inset.tsx b/app/src/components/AppSidebar/Inset.tsx index 7c8158d..63a641c 100644 --- a/app/src/components/AppSidebar/Inset.tsx +++ b/app/src/components/AppSidebar/Inset.tsx @@ -30,8 +30,8 @@ export function Inset({ return ( -
-
+
+
{pageTitle == "Editor" && configurationId ? (