Skip to content

Commit

Permalink
Update topMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Zhang5246 authored Nov 9, 2023
1 parent d098dad commit 47bdc62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/navigation/topMenu/topMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ export function TopMenu() {
</h1>
</div>
</Link>
<div className="w-24 h-1/4 m-auto pb-12">
<SplashPageSearchBar
selectSearchValue={searchOptionChosen}
disabled={false}
/>
</div>
<Tooltip title="Share link with search queries">
<IconButton
className="w-12"
Expand Down

0 comments on commit 47bdc62

Please sign in to comment.