Skip to content

Commit

Permalink
debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Apr 14, 2024
1 parent 4653228 commit ac0b89d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
- name: Linux - Publish packages
if: startsWith(matrix.os, 'ubuntu')
run: yarn publish
run: yarn publish --all
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Linux - Build Electron App
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const Header = () => {
width='full'
paddingTop={{ base: 'env(safe-area-inset-top)', md: 0 }}
>
<HStack height='4.5rem' width='full' borderBottomWidth={1} borderColor={borderColor}>
<HStack height='2rem' 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 All @@ -78,7 +78,7 @@ export const Header = () => {
</Box>
<Flex justifyContent={{ base: 'center', md: 'flex-start' }}>
<Link to='/'>
<Image boxSize='48px' src={KeepKeyIconBlack} alt='Go to Dashboard' />
<Image boxSize='33px' src={KeepKeyIconBlack} alt='Go to Dashboard' />
</Link>
</Flex>
<Flex justifyContent='flex-end' flex={1} rowGap={4} columnGap={2}>
Expand Down

0 comments on commit ac0b89d

Please sign in to comment.