Skip to content

Commit

Permalink
chore: update link to fee info
Browse files Browse the repository at this point in the history
updated link from hiro.so to leather guides gitbook
  • Loading branch information
314159265359879 authored and kyranjamie committed Mar 19, 2024
1 parent b0eb524 commit 0bccc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/fees-row/components/fees-row.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { InfoCircleIcon } from '@app/ui/icons/info-circle-icon';

const feesInfo =
'Higher fees increase the likelihood of your transaction getting confirmed before others. Click to learn more.';
const url = 'https://hiro.so/questions/fee-estimates';
const url = 'https://leather.gitbook.io/guides/transactions/fees';

interface FeesRowLayoutProps extends HstackProps {
feeField: React.JSX.Element;
Expand Down

0 comments on commit 0bccc9e

Please sign in to comment.