Skip to content

Commit 1c256d9

Browse files
committed
ProjectFilter Edited
1 parent f991a2a commit 1c256d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/projects/ProjectsFilter.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
const selectOptions = [
22
'Web Application',
3-
'Mobile Application',
4-
'UI/UX Design',
5-
'Branding',
3+
64
];
75

86
const ProjectsFilter = ({ setSelectProject }) => {

0 commit comments

Comments
 (0)