diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 201fd0f6..abc50949 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -54,7 +54,7 @@ export function Footer() { diff --git a/src/const.ts b/src/const.ts index 8ab9f050..923360fb 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1,7 +1,7 @@ const contentMaxWidth = 1160; const animationTimeout = 250; -const githubLink = "https://github.com/orbs-network/ton-contract-verifier"; +const githubLink = "https://github.com/ton-blockchain/verifier"; const SEARCH_HISTORY = "searchHistory";