From 7139a86ae59199bacac4ffcf2492fb1c400c5af0 Mon Sep 17 00:00:00 2001 From: Danil Ovchinnikov Date: Sat, 4 Oct 2025 22:31:24 +0300 Subject: [PATCH] fix: change `GitHub` repository --- src/components/Footer.tsx | 2 +- src/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";