Skip to content

Commit 0f27fd4

Browse files
committed
remove tooltip trial
1 parent 867f6ac commit 0f27fd4

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/components/CCIP/ChainHero/ChainHero.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -124,28 +124,6 @@ function ChainHero({ chains, tokens, network, token, environment, lanes }: Chain
124124
/>
125125
<h1>
126126
{network?.name || token?.id} <span className="ccip-chain-hero__token-logo__symbol">{token?.name}</span>
127-
{network?.name === "Abstract" && (
128-
<Tooltip
129-
label=""
130-
tip={
131-
<>
132-
Before using or integrating HyperEVM on CCIP, it is recommended to review{" "}
133-
<a href="/ccip/service-limits/network-specific-limits" target="_blank" rel="noopener noreferrer">
134-
Network-Specific Service Limits
135-
</a>
136-
.
137-
</>
138-
}
139-
labelStyle={{
140-
marginRight: "8px",
141-
}}
142-
style={{
143-
display: "inline-block",
144-
verticalAlign: "middle",
145-
marginBottom: "2px",
146-
}}
147-
/>
148-
)}
149127
</h1>
150128
</div>
151129
{network && (

0 commit comments

Comments
 (0)