Merge pull request #5356 from finned-palmer/btc/fix-link-to-settings

btc-wallet: fix link to settings
This commit is contained in:
~timluc-miptev 2021-10-24 14:59:34 +03:00 committed by GitHub
commit 73cc72784f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}