mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:58:09 -05:00
16 lines
658 B
TypeScript
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.",
|
|
},
|
|
};
|