mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
Cursive project update (#254)
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
}}
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user