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 alignItems="center">
{connection}
<Link to="/~btc/settings">
<Link to="/settings">
<Box
backgroundColor="white"
borderRadius={4}