Skip to content

Commit

Permalink
update the url in info box; revert the icon for the external link for…
Browse files Browse the repository at this point in the history
… <withinfotext/>
  • Loading branch information
jeesunikim committed Nov 7, 2024
1 parent f73ff8e commit 505a41b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/app/(sidebar)/account/muxed-create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@ export default function CreateMuxedAccount() {
>
Don’t use in a production environment unless you know what you’re doing.
Read more about Muxed accounts{" "}
<Link href="https://developers.stellar.org/">here</Link>.
<Link href="https://developers.stellar.org/docs/learn/encyclopedia/transactions-specialized/pooled-accounts-muxed-accounts-memos#muxed-accounts">
here
</Link>
.
</Alert>

{Boolean(sdkError) && (
Expand Down
5 changes: 4 additions & 1 deletion src/app/(sidebar)/account/muxed-parse/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ export default function ParseMuxedAccount() {
>
Don’t use in a production environment unless you know what you’re doing.
Read more about Muxed accounts{" "}
<Link href="https://developers.stellar.org/">here</Link>.
<Link href="https://developers.stellar.org/docs/learn/encyclopedia/transactions-specialized/pooled-accounts-muxed-accounts-memos#muxed-accounts">
here
</Link>
.
</Alert>

{Boolean(sdkError) && (
Expand Down
2 changes: 1 addition & 1 deletion src/components/WithInfoText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const WithInfoText = ({
{children}

<NextLink {...buttonBaseProps} href={href}>
<Icon.BookOpen01 />
<Icon.InfoCircle />
</NextLink>
</div>
);
Expand Down

0 comments on commit 505a41b

Please sign in to comment.