Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursive project update #254

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/[lang]/projects/sections/ProjectContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
}}
Expand Down
2 changes: 1 addition & 1 deletion data/projects/cursive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading