Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

[Explorer] Remove appId from Explorer footer #1028

Merged
merged 1 commit into from
Feb 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/components/layout/GenericLayout/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ export const Footer: React.FC<FooterType> = (props) => {
Web: v{VERSION}
</a>
)}
{CONFIG.appId && (
<a target="_blank" rel="noopener noreferrer" href={url.appId ?? '#'}>
App Id: {CONFIG.appId}
</a>
)}
{url.contracts && CONTRACT_VERSION && (
<a target="_blank" rel="noopener noreferrer" href={url.contracts + CONTRACT_VERSION}>
Contracts: v{CONTRACT_VERSION}
Expand Down