Skip to content

Commit

Permalink
one rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Oct 24, 2023
1 parent bff5615 commit 0af734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entries/popup/pages/home/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const Header = React.memo(function Header() {
paddingTop="40px"
testId="header"
>
<Inset bottom={featureFlags.new_tab_bar_enabled ? '28px' : '32px'}>
<Inset bottom="32px">
<Stack alignHorizontal="center" space="6px">
<Box
as={motion.div}
Expand Down

0 comments on commit 0af734a

Please sign in to comment.