Skip to content
Snippets Groups Projects
Commit aac770e8 authored by Matt Kirby's avatar Matt Kirby
Browse files

Search page

parent fddb123f
No related branches found
No related tags found
1 merge request!18Fe search and friends (sorry in advance)
...@@ -7,7 +7,7 @@ const Search = () => { ...@@ -7,7 +7,7 @@ const Search = () => {
return ( return (
<div> <div>
<NavBar user={user} /> <NavBar user={user} />
<div className="pt-20 p-3"> <div className="pt-20 p-3 max-w-4xl mx-auto">
<UserSearch limit={100}/> <UserSearch limit={100}/>
</div> </div>
......
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