From 1ad4dbd4414f075bc445661cd4d6b3c16c5d4251 Mon Sep 17 00:00:00 2001 From: Rikard Eide Date: Sun, 10 Mar 2024 02:01:16 +0100 Subject: [PATCH] rix1dotdev: cant really remember these changes --- apps/rix1.dev-lume/_includes/layouts/landing.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/rix1.dev-lume/_includes/layouts/landing.tsx b/apps/rix1.dev-lume/_includes/layouts/landing.tsx index f86468b..52b9b80 100644 --- a/apps/rix1.dev-lume/_includes/layouts/landing.tsx +++ b/apps/rix1.dev-lume/_includes/layouts/landing.tsx @@ -30,14 +30,14 @@ export default ({ comp, title, children, index }: Lume.Data) => { {title} -
+
{children} -
+
@@ -51,8 +51,8 @@ export default ({ comp, title, children, index }: Lume.Data) => {
{(index.repos as Project[]).map((project) => (
-

- +

+ {project.title} {project.when} @@ -66,7 +66,7 @@ export default ({ comp, title, children, index }: Lume.Data) => { {project.status}

-

{project.description}

+

{project.description}

{project.repo && (