Skip to content

Commit

Permalink
chore: comment search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Sep 25, 2023
1 parent 9ece6cb commit e76c406
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ const MainNavigationBar: FC<Record<string, never>> = () => {
</div>

<div className="flex justify-between items-center">
{/* TODO: Search functionality should be implemented */}
{/* <div className="hidden sm:block mr-16">
<SearchBar />
</div> */}
<div className="flex flex-nowrap space-x-5">
<UserDropdownToggle
address={wallet?.address || 'Blossom'}
Expand Down

0 comments on commit e76c406

Please sign in to comment.