From ec1875ae4abf2356794da4b4b9cd31c43876e3a3 Mon Sep 17 00:00:00 2001 From: Zach Kelling Date: Mon, 25 Dec 2023 06:32:56 +0100 Subject: [PATCH] Change snippet in footer --- ui/snippets/footer/Footer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/snippets/footer/Footer.tsx b/ui/snippets/footer/Footer.tsx index 7d4bbd3fe..0c58d0ce2 100644 --- a/ui/snippets/footer/Footer.tsx +++ b/ui/snippets/footer/Footer.tsx @@ -25,8 +25,8 @@ import getApiVersionUrl from './utils/getApiVersionUrl'; const MAX_LINKS_COLUMNS = 4; -const FRONT_VERSION_URL = `https://github.com/luxdefi/blockscout-frontend/tree/${ config.UI.footer.frontendVersion }`; -const FRONT_COMMIT_URL = `https://github.com/luxdefi/blockscout-frontend/commit/${ config.UI.footer.frontendCommit }`; +const FRONT_VERSION_URL = `https://github.com/luxdefi/explorer-app/tree/${ config.UI.footer.frontendVersion }`; +const FRONT_COMMIT_URL = `https://github.com/luxdefi/explorer-app/commit/${ config.UI.footer.frontendCommit }`; const Footer = () => { @@ -125,7 +125,7 @@ const Footer = () => { const renderProjectInfo = React.useCallback((gridArea?: GridProps['gridArea']) => { return ( - blockscout.com + Lux Network Lux Explorer is a tool for inspecting and analyzing the decentralized network of blockchains that comprise the Lux Network.