Skip to content

Commit

Permalink
Temporary hide tabs element on hub screen
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 5, 2023
1 parent 33ac21c commit 27b62ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/screens/ExploreModels/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ const ExploreModelsScreen = () => {
</div>
</div>
<div className="mx-auto w-4/5 py-6">
<div className="flex items-center justify-between">
<div className="inline-flex overflow-hidden rounded-lg border border-border">
<div className="flex items-center justify-end">
{/* Temporary hide tabs */}
{/* <div className="inline-flex overflow-hidden rounded-lg border border-border">
<div
className={twMerge(
'flex cursor-pointer items-center space-x-2 border-r border-border px-3 py-2',
Expand Down Expand Up @@ -108,7 +109,7 @@ const ExploreModelsScreen = () => {
<TooltipArrow />
</TooltipContent>
</Tooltip>
</div>
</div> */}

<Select
value={sortSelected}
Expand Down

0 comments on commit 27b62ed

Please sign in to comment.