Skip to content

Commit

Permalink
Change snippet in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Dec 25, 2023
1 parent 507c191 commit ec1875a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/snippets/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {

Expand Down Expand Up @@ -125,7 +125,7 @@ const Footer = () => {
const renderProjectInfo = React.useCallback((gridArea?: GridProps['gridArea']) => {
return (
<Box gridArea={ gridArea }>
<Link fontSize="xs" href="https://www.blockscout.com">blockscout.com</Link>
<Link fontSize="xs" href="https://lux.network">Lux Network</Link>
<Text mt={ 3 } fontSize="xs">
Lux Explorer is a tool for inspecting and analyzing the decentralized network of blockchains that comprise the Lux Network.
</Text>
Expand Down

0 comments on commit ec1875a

Please sign in to comment.