boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

Moving search bar from header to main in SearchResults #193

Closed Dex491 closed 1 year ago

Dex491 commented 1 year ago

Dependant on #190

dogezen commented 1 year ago

Might be better to pass a props to

specifying whether or not to show the search bar!

function Header({searchBarVisible=true})

Make it true by default