Skip to content

Commit

Permalink
Merge pull request #582 from threshold-network/bridge-back
Browse files Browse the repository at this point in the history
Remove bridge under construction notice
  • Loading branch information
r-czajkowski committed Jul 26, 2023
2 parents 72d5e62 + c19768e commit 8082dab
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/tBTC/TakeNoteList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@ export const TakeNoteList: FC<{ size?: "sm" | "md" }> = ({ size = "md" }) => {
</ListItemWithIcon>
</List>
</ListItem>
<ListItem>
<LabelComponent mb="2">Bridging back BTC</LabelComponent>
<List spacing="2">
<ListItemWithIcon>
<BodyComponent>
Bridging back is under construction! The ability to bridge BTC
back to the Bitcoin network won't be enabled for 3 to 6 months.
</BodyComponent>
</ListItemWithIcon>
</List>
</ListItem>
</List>
)
}

0 comments on commit 8082dab

Please sign in to comment.