Skip to content

Commit

Permalink
nopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Apr 15, 2024
1 parent a4b8547 commit 186c776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import { HamburgerIcon } from '@chakra-ui/icons';
import KeepKeyIconBlack from 'assets/kk-icon-black.png';
import { useCallback, useEffect, useState } from 'react';
import { Link, useHistory } from 'react-router-dom';
import { WalletActions } from 'context/WalletProvider/actions';
import { ChainMenu } from './NavBar/ChainMenu';
// import { WalletActions } from 'context/WalletProvider/actions';
// import { ChainMenu } from './NavBar/ChainMenu';
import { SideNavContent } from './SideNavContent';
import { useWallet } from 'hooks/useWallet/useWallet';

Expand Down Expand Up @@ -66,7 +66,7 @@ export const Header = () => {
width='full'
paddingTop={{ base: 'env(safe-area-inset-top)', md: 0 }}
>
<HStack height='2rem' width='full' borderBottomWidth={1} borderColor={borderColor}>
<HStack height='2.3rem' width='full' borderBottomWidth={1} borderColor={borderColor}>
<HStack width='full' margin='0 auto' px={{ base: 0, md: 4 }} spacing={0} columnGap={4}>
<Box flex={1} display={{ base: 'block', md: 'none' }}>
<IconButton
Expand Down
2 changes: 1 addition & 1 deletion packages/keepkey-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keepkey-desktop",
"version": "3.0.0",
"version": "3.0.1",
"author": {
"name": "KeepKey",
"email": "[email protected]"
Expand Down

0 comments on commit 186c776

Please sign in to comment.