Skip to content

Commit

Permalink
Merge pull request #772 from haqq-network/dev
Browse files Browse the repository at this point in the history
release
  • Loading branch information
olegshilov authored Apr 5, 2024
2 parents fa834f2 + 8c10377 commit 9b3ef54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function FAQBlock() {
/>
<FAQArticle
question="Can I connect a hardware wallet?"
answer="Yes, we support Ledger Nano X"
answer="Yes, we support Ledger Nano X and Keystone 2"
/>
<FAQArticle
question="Does wallet support NFTs?"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,7 @@ function StakingBlock() {
function SocialLoginBlock() {
return (
<div className="social-login group relative flex h-full min-h-[298px] select-none flex-col overflow-hidden rounded-2xl bg-[#2E7579] px-[24px] py-[32px]">
<div className="mb-[12px]">
<CardHeading>Social Login</CardHeading>

<div className="mt-[4px] inline-block rounded-[6px] bg-white/10 px-[12px] py-[4px] font-[800]">
Coming soon
</div>
</div>
<CardHeading className="mb-[12px]">Social Login</CardHeading>
<CardText className="text-white/60">
Hassle-free private key management without a mnemonic phrase
</CardText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export function HeroBlock() {
<div className="mb-[-6px] mr-[6px] inline-block">
<MpcIcon />
</div>
<span>Mnemonic-free private key security (is coming soon)</span>
<span>Mnemonic-free private key security</span>
</FeatureText>
</div>

Expand Down

1 comment on commit 9b3ef54

@vercel
Copy link

@vercel vercel bot commented on 9b3ef54 Apr 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.