btc-wallet: fix link to settings (changed after app distribution)

This commit is contained in:
finned-palmer 2021-10-23 19:46:45 -05:00
parent 895c7f82c0
commit e0858fb692

View File

@ -45,7 +45,7 @@ const Header = () => {
</Row> </Row>
<Row alignItems="center"> <Row alignItems="center">
{connection} {connection}
<Link to="/~btc/settings"> <Link to="/settings">
<Box <Box
backgroundColor="white" backgroundColor="white"
borderRadius={4} borderRadius={4}