From 78ca6516a80dead230bce8bdc21b2fff0af54c6c Mon Sep 17 00:00:00 2001 From: Nedu <79808762+Daniel7303@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:37:50 +0100 Subject: [PATCH 1/2] Update project.ts --- types/project.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/project.ts b/types/project.ts index 3c447f575..26c59912f 100644 --- a/types/project.ts +++ b/types/project.ts @@ -11,7 +11,6 @@ export interface Project { status: string; createdAt: string; updatedAt: string; - // Owner information for filtering owner?: string | null; ownerName?: string; ownerUsername?: string; From 14e3045f3e858ac73b51fd584234cab12cffc977 Mon Sep 17 00:00:00 2001 From: Nedu <79808762+Daniel7303@users.noreply.github.com> Date: Sat, 27 Sep 2025 15:47:36 +0100 Subject: [PATCH 2/2] Update BlogSectionClient.tsx --- components/landing-page/blog/BlogSectionClient.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/landing-page/blog/BlogSectionClient.tsx b/components/landing-page/blog/BlogSectionClient.tsx index 6390c195a..30044674d 100644 --- a/components/landing-page/blog/BlogSectionClient.tsx +++ b/components/landing-page/blog/BlogSectionClient.tsx @@ -34,7 +34,7 @@ const BlogSectionClient = ({ posts }: BlogSectionClientProps) => { >
-

+

From the Blog