Skip to content

Commit

Permalink
fix: insert empty box to center the header
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 7, 2022
1 parent 19652bf commit 674bf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/components/Header/NavigationHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const NavigationHeader: React.FC = () => {
</IconButton>
}
/>
<Route path="/:empty" element={<Box width={28} height={48} />} />
<Route path="*" element={<Box width={28} height={48} />} />
</Routes>
</HeaderAppBar>
);
Expand Down

0 comments on commit 674bf90

Please sign in to comment.