We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f864f commit 6cae11aCopy full SHA for 6cae11a
apps/warp-protocol/src/components/layout/Layout.tsx
@@ -43,7 +43,7 @@ export const Layout = ({ children }: LayoutProps) => {
43
44
return (
45
<>
46
- {!isMobile && selectedChain.name !== 'injective' && (
+ {!isMobile && (
47
<div className={styles.topBanner}>
48
<Text variant="text" className={styles.migrate_text}>
49
Warp v2 is out! Proceed with creating new jobs on the latest version at{' '}
0 commit comments