Skip to content
Snippets Groups Projects
Unverified Commit e49aea2f authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Avoid prop shorthand in the navbar (#17460)

parent c2734997
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ export default class Navbar extends Component {
</Link>
</Flex>
<Flex className="flex-full z1" pr={2} align="center">
<Box w={1} style={{ maxWidth: 500 }}>
<Box width={1} style={{ maxWidth: 512 }}>
<SearchBar
location={this.props.location}
onChangeLocation={this.props.onChangeLocation}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment