From 27c3c2f757207d3af42e6c2b956adc3fa28a501f Mon Sep 17 00:00:00 2001 From: Kalidou Diagne Date: Thu, 19 Dec 2024 20:32:44 +0100 Subject: [PATCH] Cursive project update (#254) --- app/[lang]/projects/sections/ProjectContent.tsx | 4 ++-- data/projects/cursive.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/[lang]/projects/sections/ProjectContent.tsx b/app/[lang]/projects/sections/ProjectContent.tsx index 2c18269c..dcd14b50 100644 --- a/app/[lang]/projects/sections/ProjectContent.tsx +++ b/app/[lang]/projects/sections/ProjectContent.tsx @@ -166,9 +166,9 @@ export const ProjectContent = ({ ...props, }), p: ({ node, ...props }) => - createMarkdownElement("p", { + createMarkdownElement("p" , { className: - "text-tuatara-700 font-sans text-base font-normal", + "text-tuatara-700 font-sans text-base font-normal peer mt-4 first:mt-0", ...props, }), }} diff --git a/data/projects/cursive.ts b/data/projects/cursive.ts index c83270b1..4c993de5 100644 --- a/data/projects/cursive.ts +++ b/data/projects/cursive.ts @@ -7,7 +7,7 @@ import { const content: ProjectContent = { en: { - tldr: "This project was built to activate NFCs at SBC and FtC and learn from it for a larger Devconnect experience with 200 cards and 5,000 attendees.", + tldr: "A research lab & design studio exploring how cryptography like MPC and ZK can be used to discover and deepen human connection.", description: ` What began as an experimental initiative to transform PSE's theoretical cryptography research into tangible applications has evolved into a dedicated lab that incubates practical ways to connect people through applied cryptography.