Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 25a4443

Browse files
authored
Fix: add space to search dropAlign
1 parent 1c73ea1 commit 25a4443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/Navbar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Navbar = () => (
2525
<Anchor href="#">
2626
Third
2727
</Anchor>
28-
<Search dropAlign={{ right: 'right'}} />
28+
<Search dropAlign={{ right: 'right' }} />
2929
</Menu>
3030
</Header>
3131
</div>

0 commit comments

Comments
 (0)