Skip to content

Commit 8577988

Browse files
committed
Fix responsive issue
1 parent 6f56b0d commit 8577988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects/ProjectsFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const selectOptions = [
22
'Web Application',
33
'Mobile Application',
44
'UI/UX Design',
5-
'Branding & Graphics',
5+
'Branding',
66
];
77

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

0 commit comments

Comments
 (0)