Skip to content

Commit

Permalink
temporarily hide injective
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Feb 21, 2024
1 parent b507c83 commit b8f864f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/warp-protocol/src/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Layout = ({ children }: LayoutProps) => {

return (
<>
{!isMobile && (
{!isMobile && selectedChain.name !== 'injective' && (
<div className={styles.topBanner}>
<Text variant="text" className={styles.migrate_text}>
Warp v2 is out! Proceed with creating new jobs on the latest version at{' '}
Expand Down

0 comments on commit b8f864f

Please sign in to comment.