From 6fa79d21164710699172cedaa1d3344b6782a2d4 Mon Sep 17 00:00:00 2001 From: davidsemakula Date: Wed, 11 Oct 2023 14:02:16 +0300 Subject: [PATCH] update content --- src/pages/index.module.css | 5 +++++ src/pages/index.tsx | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 9f71a5d..7f014a6 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -10,6 +10,11 @@ overflow: hidden; } +.heroBanner p a { + color: var(--ifm-hero-text-color); + text-decoration: underline; +} + @media screen and (max-width: 996px) { .heroBanner { padding: 2rem; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c2b0ef5..cc47786 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -14,7 +14,15 @@ function HomepageHeader() {

{siteConfig.title}

-

{siteConfig.tagline}

+

+ A protocol and library for computation of{' '} + threshold signatures by + multiple{' '} + + decentralized identities + + . +

Read the Whitepaper - 10min ⏱️