Skip to content

Commit

Permalink
swap filter and display
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 11, 2024
1 parent 5fa8eff commit d22e3a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/app/app.dub.co/(dashboard)/[slug]/page-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 80,6 @@ function WorkspaceLinks() {
<MaxWidthWrapper className="flex flex-col gap-y-3">
<div className="flex flex-wrap items-center justify-between gap-2 lg:flex-nowrap">
<div className="flex w-full grow gap-2 md:w-auto">
<div className="grow basis-0 md:grow-0">
<LinkDisplay />
</div>
<div className="grow basis-0 md:grow-0">
<Filter.Select
filters={filters}
Expand Down Expand Up @@ -138,6 135,9 @@ function WorkspaceLinks() {
}}
/>
</div>
<div className="grow basis-0 md:grow-0">
<LinkDisplay />
</div>
</div>
<div className="flex gap-x-2 max-md:w-full">
<div className="w-full md:w-56 lg:w-64">
Expand Down

0 comments on commit d22e3a7

Please sign in to comment.