From eb7d9cc88ab814398360fe0757866307d24b1bfc Mon Sep 17 00:00:00 2001 From: Ocenka Date: Wed, 5 Mar 2025 19:27:12 +0000 Subject: [PATCH 1/8] Update page.tsx --- apps/website/src/app/projects/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/src/app/projects/page.tsx b/apps/website/src/app/projects/page.tsx index fee2c3697..812ccee28 100644 --- a/apps/website/src/app/projects/page.tsx +++ b/apps/website/src/app/projects/page.tsx @@ -5,7 +5,7 @@ import ProjectsList from "../../components/ProjectsList" export default function Projects() { return ( <> - + - + Built with Semaphore @@ -35,7 +35,7 @@ export default function Projects() { - + Date: Wed, 5 Mar 2025 19:30:16 +0000 Subject: [PATCH 2/8] Update page.tsx --- apps/website/src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/website/src/app/page.tsx b/apps/website/src/app/page.tsx index f56bd2280..c09d1fb16 100644 --- a/apps/website/src/app/page.tsx +++ b/apps/website/src/app/page.tsx @@ -131,7 +131,7 @@ export default function Home() { > 1 - + 3 - + 2 - + 4 - + - + {events.map((event) => ( - + {event.date} | {event.name} From 7515902e680291f13b1f8e8e6f51282418669ada Mon Sep 17 00:00:00 2001 From: Ocenka Date: Sat, 31 May 2025 10:29:29 +0100 Subject: [PATCH 3/8] Update SectionBlock.tsx --- apps/website/src/components/SectionBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/components/SectionBlock.tsx b/apps/website/src/components/SectionBlock.tsx index 57c81129c..76e681aee 100644 --- a/apps/website/src/components/SectionBlock.tsx +++ b/apps/website/src/components/SectionBlock.tsx @@ -23,7 +23,7 @@ export default function SectionBlock({ title, description, linkText, linkUrl, co return ( - + {title} From cd2cf8d619cdd766d4ca2ac18c9427f7a170d112 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Sat, 31 May 2025 10:29:57 +0100 Subject: [PATCH 4/8] Update InfoCard.tsx --- apps/website/src/components/InfoCard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/website/src/components/InfoCard.tsx b/apps/website/src/components/InfoCard.tsx index eeecb043b..a3d679bc6 100644 --- a/apps/website/src/components/InfoCard.tsx +++ b/apps/website/src/components/InfoCard.tsx @@ -23,13 +23,13 @@ export default function InfoCard({ texts }: InfoCardProps) { height={{ base: "auto", md: "474px" }} > - + {texts.map((text) => ( - - + + {text.title} - + {text.body} From 6fa2d97940792020b924fcb5b75e7765164cb601 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Sat, 31 May 2025 10:30:17 +0100 Subject: [PATCH 5/8] Update ProjectsList.tsx --- apps/website/src/components/ProjectsList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/website/src/components/ProjectsList.tsx b/apps/website/src/components/ProjectsList.tsx index df37ca2de..7d2853857 100644 --- a/apps/website/src/components/ProjectsList.tsx +++ b/apps/website/src/components/ProjectsList.tsx @@ -52,7 +52,7 @@ export default function ProjectsList(props: any) { return ( - + Projects created by @@ -83,7 +83,7 @@ export default function ProjectsList(props: any) { - + Category {getProjectCategories(sortedProjects).map((category) => ( From cafd948a3ba41a7e11e837951d6a7534c5117841 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Sat, 31 May 2025 10:30:33 +0100 Subject: [PATCH 6/8] Update Carousel.tsx --- apps/website/src/components/Carousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/components/Carousel.tsx b/apps/website/src/components/Carousel.tsx index 9667f0d44..0a82acb3f 100644 --- a/apps/website/src/components/Carousel.tsx +++ b/apps/website/src/components/Carousel.tsx @@ -46,7 +46,7 @@ export default function Carousel({ title, sizes, type, ...props }: CarouselProps }, [index, size]) return ( - + {title} From 43aa76ddbc5e574607e3c3c6e4cdded2e79a97d9 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Thu, 5 Jun 2025 14:09:28 +0100 Subject: [PATCH 7/8] Update InfoCard.tsx --- apps/website/src/components/InfoCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/src/components/InfoCard.tsx b/apps/website/src/components/InfoCard.tsx index a3d679bc6..4e00e2f95 100644 --- a/apps/website/src/components/InfoCard.tsx +++ b/apps/website/src/components/InfoCard.tsx @@ -25,11 +25,11 @@ export default function InfoCard({ texts }: InfoCardProps) { {texts.map((text) => ( - - + + {text.title} - + {text.body} From ef1146e4b43f30e910d6594f20307adef134f246 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Thu, 10 Jul 2025 09:41:40 +0100 Subject: [PATCH 8/8] Update InfoCard.tsx --- apps/website/src/components/InfoCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/components/InfoCard.tsx b/apps/website/src/components/InfoCard.tsx index 4e00e2f95..1218675a2 100644 --- a/apps/website/src/components/InfoCard.tsx +++ b/apps/website/src/components/InfoCard.tsx @@ -25,7 +25,7 @@ export default function InfoCard({ texts }: InfoCardProps) { {texts.map((text) => ( - + {text.title}