Files
website/content/common.tsx
Hendrik Eeckhaut 37139c9b3f pse
2024-05-03 15:33:27 +02:00

16 lines
658 B
TypeScript

export const COMMON_CONTENT = {
VIEW_DOCUMENTATION: "View Documentation",
FORK_REPO: "Fork github repo",
AND_MORE: "... and more!",
FAQ: "FAQ",
JOIN_DISCORD: "Join Our Discord",
CONNECT_WITH_US: {
TITLE: "Connect with us",
DESCRIPTION:
"Our team believes in open-source development with a strong emphasis on trustlessness. We are committed to transparency and community-driven improvements. Come find us in our public Discord to learn more and collaborate!",
},
FOOTER: {
TITLE: "TLSNotary is a public good & open source project supported by the Ethereum Foundation under the Privacy and Scaling Exploration Team.",
},
};