File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
peerprep-fe/src/app/(main)/components/filter Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1
1
'use client' ;
2
- import { Button } from '@/components/ui/button' ;
3
2
import { Input } from '@/components/ui/input' ;
4
- import { Settings } from 'lucide-react' ;
5
3
import { FilterSelect } from './FilterSelect' ;
6
4
import { FilterBadge } from './FilterBadge' ;
7
5
import { TopicsPopover } from './TopicsPopover' ;
@@ -70,25 +68,6 @@ export default function FilterBar({
70
68
onChange = { handleSearch }
71
69
/>
72
70
</ div >
73
- < Button
74
- variant = "outline"
75
- size = "icon"
76
- className = "border-gray-700 bg-gray-800"
77
- >
78
- < Settings className = "h-4 w-4" />
79
- </ Button >
80
- { ! isAdmin ? (
81
- < Button className = "bg-green-600 text-white hover:bg-green-700" >
82
- Match
83
- </ Button >
84
- ) : (
85
- < Button
86
- className = "bg-blue-600 text-white hover:bg-blue-700"
87
- onClick = { buttonCallback }
88
- >
89
- Add
90
- </ Button >
91
- ) }
92
71
</ div >
93
72
< div className = "flex flex-wrap gap-2" >
94
73
{ filters . difficulty && (
You can’t perform that action at this time.
0 commit comments