From 8cbe4eb57cfe544c653a00c9649aee58db35d34b Mon Sep 17 00:00:00 2001 From: Rafal Czajkowski Date: Thu, 10 Aug 2023 14:16:19 +0200 Subject: [PATCH] Update copy in the tBTC welcome modal --- src/components/Modal/tBTC/NewTBTCApp.tsx | 2 +- src/components/tBTC/TakeNoteList.tsx | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/Modal/tBTC/NewTBTCApp.tsx b/src/components/Modal/tBTC/NewTBTCApp.tsx index c573739e6..98026a188 100644 --- a/src/components/Modal/tBTC/NewTBTCApp.tsx +++ b/src/components/Modal/tBTC/NewTBTCApp.tsx @@ -34,7 +34,7 @@ const NewTBTCAppBase: FC = ({ closeModal }) => { Take note of the following before you proceed. - + diff --git a/src/components/tBTC/TakeNoteList.tsx b/src/components/tBTC/TakeNoteList.tsx index 22f339986..f7c1a666e 100644 --- a/src/components/tBTC/TakeNoteList.tsx +++ b/src/components/tBTC/TakeNoteList.tsx @@ -40,7 +40,7 @@ export const TakeNoteList: FC<{ size?: "sm" | "md" }> = ({ size = "md" }) => { ~ 1 to 3 hours {" "} - after you initiate minting. + after you initiate minting, depending on your deposited amount. @@ -60,6 +60,17 @@ export const TakeNoteList: FC<{ size?: "sm" | "md" }> = ({ size = "md" }) => { + + Bridging back btc is LIVE + + + + You can bridge your BTC back whenever you want. Redemptions are + now live. + + + + ) }