Skip to content

Commit

Permalink
Merge pull request #53 from Web3Auth/fix/update-integration-links
Browse files Browse the repository at this point in the history
Update document links related to sfa and passkeys
  • Loading branch information
chaitanyapotti authored Aug 7, 2024
2 parents 1ab23ad + c5e5e7c commit 22a83bc
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions example/react-app/src/components/DocsDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,25 @@ function DocsDetails() {
<Card>
<div className="mb-4">
<h3 className="font-semibold text-app-gray-900 mb-1">Experience Web3Auth, first hand</h3>
<p className="text-xs text-app-gray-500 ">
Browse our full suite of features for your dApp with our docs. Access codes examples for these features by visiting our
<a
href="https://web3auth.io/customers.html"
className="text-xs text-app-primary-600 hover:underline ml-1"
target="_blank"
rel="noopener noreferrer"
>
playground
</a>
.
</p>
<p className="text-xs text-app-gray-500 ">Browse our full suite of features for your dApp with our docs.</p>
</div>

<Button
href="https://web3auth.io/docs"
className="gap-2 w-full border flex border-app-gray-300 text-app-gray-800 "
className="gap-2 w-full border flex border-app-gray-300 text-app-gray-800 mb-2"
target="_blank"
rel="noopener noreferrer"
>
Read our docs
</Button>
<Button
href="https://web3auth.io/customers.html"
className="gap-2 w-full border flex border-app-gray-300 text-app-gray-800"
target="_blank"
rel="noopener noreferrer"
>
Check out live integrations
</Button>
</Card>
);
}
Expand Down

0 comments on commit 22a83bc

Please sign in to comment.