Skip to content

Commit 252d85b

Browse files
authored
Merge pull request #1547 from kerimmoresh/docs
docs: Update Discord link
2 parents 4f56e18 + d7ea5e7 commit 252d85b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/canvas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Check for compliance with predefined minting rules set by your platform. These r
2222

2323
A scrolly can be placed in the corner of the page to remind the user to mint a badge.
2424
![Canvas on Bridge](https://github.com/user-attachments/assets/3b8445f5-8890-453f-b92c-4834dad5846c)
25-
[Reference code](https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/bridge/components/MintBadge/index.tsx)
25+
[Reference code](https://github.com/scroll-tech/frontends/blob/sepolia/src/app/bridge/components/MintBadge/index.tsx)
2626

2727
After clicking the button, there are two ways to show the badge introduction:
2828

@@ -31,7 +31,7 @@ After clicking the button, there are two ways to show the badge introduction:
3131
[Reference code](https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/canvas/badgeContract/index.tsx)
3232
- Show a mint pop-up displaying badge introduction
3333
![BadgeDetailDialog](https://github.com/user-attachments/assets/8a664aa2-9d17-4f38-a170-11bb0f413e20)
34-
[Reference code](https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/canvas/Dashboard/BadgeDetailDialog/index.tsx)
34+
[Reference code](https://github.com/scroll-tech/frontends/blob/sepolia/src/app/_canvas/Dashboard/BadgeDetailDialog/index.tsx)
3535

3636
##### Main actions:
3737

@@ -67,7 +67,7 @@ After minting successfully,
6767
[Reference code](https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/canvas/badge/index.tsx)
6868

6969
- Only display a success notification.
70-
[Reference code](https://github.com/scroll-tech/frontends/blob/mainnet/src/pages/canvas/Dashboard/BadgeDetailDialog/index.tsx#L121)
70+
[Reference code](https://github.com/scroll-tech/frontends/blob/sepolia/src/app/_canvas/Dashboard/BadgeDetailDialog/index.tsx#L121)
7171

7272
## Conclusion
7373

0 commit comments

Comments
 (0)