Skip to content

Commit

Permalink
fix: updated article link
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienFaivre committed Jul 20, 2024
1 parent a85f159 commit a5d31f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const App: React.FC = () => {
<Typography variant="h5">Starknet Signature Playground</Typography>
<Stack direction="row" spacing={1} alignItems="center">
<Typography variant="caption">Checkout the complete signature guide</Typography>
<IconButton href="https://eips.ethereum.org/EIPS/eip-712" target="_blank" rel="noopener noreferrer">
<IconButton href="https://dev.to/bastienfaivre/a-guide-on-starknet-signatures-a3m" target="_blank" rel="noopener noreferrer">
<OpenInNewIcon />
</IconButton>
</Stack>
Expand Down

0 comments on commit a5d31f7

Please sign in to comment.