Skip to content

Commit 78a424a

Browse files
authored
update tooltip (#2968)
1 parent 184eaa7 commit 78a424a

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

package-lock.json

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/CCIP/Drawer/LaneDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function LaneDrawer({
9696
Rate limit capacity
9797
<Tooltip
9898
label=""
99-
tip="Rate limit data is currently unavailable. You can find this Token Pool rate limit by reading the Token Pool contract directly on the relevant blockchain."
99+
tip="Maximum amount per transaction"
100100
labelStyle={{
101101
marginRight: "5px",
102102
}}

src/components/CCIP/Drawer/TokenDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function TokenDrawer({
163163
Rate limit capacity
164164
<Tooltip
165165
label=""
166-
tip="Rate limit data is currently unavailable. You can find this Token Pool rate limit by reading the Token Pool contract directly on the relevant blockchain."
166+
tip="Maximum amount per transaction"
167167
labelStyle={{
168168
marginRight: "5px",
169169
}}

0 commit comments

Comments
 (0)