Skip to content

Commit f3e400a

Browse files
ErwanDecosterPierreJeanjacquot
authored andcommitted
feat: add SlidersHorizontal icon to order selection in WorkerpoolsRoute
1 parent c90c8a5 commit f3e400a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/$chainSlug/_layout/workerpools.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { execute } from '@/graphql/poco/execute';
33
import { Workerpool_OrderBy, OrderDirection } from '@/graphql/poco/graphql';
44
import { useQuery } from '@tanstack/react-query';
55
import { createFileRoute } from '@tanstack/react-router';
6-
import { LoaderCircle } from 'lucide-react';
6+
import { LoaderCircle, SlidersHorizontal } from 'lucide-react';
77
import { DataTable } from '@/components/DataTable';
88
import { PaginatedNavigation } from '@/components/PaginatedNavigation';
99
import WorkerpoolIcon from '@/components/icons/WorkerpoolIcon';
@@ -129,6 +129,7 @@ function WorkerpoolsRoute() {
129129
defaultValue="pertinent"
130130
>
131131
<SelectTrigger className="m-auto box-content h-9! rounded-2xl">
132+
<SlidersHorizontal />
132133
Order by
133134
</SelectTrigger>
134135
<SelectContent>

0 commit comments

Comments
 (0)