Skip to content

Commit 6cae11a

Browse files
committed
reenable injective
1 parent b8f864f commit 6cae11a

File tree

1 file changed

+1
-1
lines changed
  • apps/warp-protocol/src/components/layout

1 file changed

+1
-1
lines changed

apps/warp-protocol/src/components/layout/Layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const Layout = ({ children }: LayoutProps) => {
4343

4444
return (
4545
<>
46-
{!isMobile && selectedChain.name !== 'injective' && (
46+
{!isMobile && (
4747
<div className={styles.topBanner}>
4848
<Text variant="text" className={styles.migrate_text}>
4949
Warp v2 is out! Proceed with creating new jobs on the latest version at{' '}

0 commit comments

Comments
 (0)