Skip to content

Commit

Permalink
feat: disable on production
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 26, 2024
1 parent ff33249 commit 2634369
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/theme/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ export default function Logo(): JSX.Element {
dark: useBaseUrl("/img/Logo.aelf.white.svg"),
}}
/>
<div>
<ChainGPT />
</div>
{!window.location.host.includes("aelf.com") && (
<div>
<ChainGPT />
</div>
)}
</>
);
}

0 comments on commit 2634369

Please sign in to comment.