Skip to content

Commit

Permalink
Merge pull request #73 from vechain/fix/signing-example-link
Browse files Browse the repository at this point in the history
fix signing example link
  • Loading branch information
Agilulfo1820 authored Feb 14, 2025
2 parents d2e2391 + 354cd81 commit 30bd5a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function SigningExample(): ReactElement {
<Button
as={Link}
isExternal
href="https://github.com/vechain/vechain-kit/blob/main/examples/next-template/src/app/components/SigningExample/SigningExample.tsx"
href="https://github.com/vechain/vechain-kit/blob/main/examples/next-template/src/app/components/features/SigningExample/SigningExample.tsx"
w="full"
variant="outline"
rightIcon={<FaCode />}
Expand Down

0 comments on commit 30bd5a8

Please sign in to comment.