Skip to content

Commit 61ffe5a

Browse files
committed
Projects filer refactoring
1 parent 9857689 commit 61ffe5a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/projects/ProjectsFilter.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
:id="select"
88
class="font-general-medium
99
px-4
10-
sm:px-6
1110
py-2
1211
border-1 border-gray-200
1312
dark:border-secondary-dark
1413
rounded-lg
1514
text-sm
1615
sm:text-md
17-
dark:font-medium
1816
bg-secondary-light
1917
dark:bg-ternary-dark
2018
text-primary-dark
@@ -48,7 +46,7 @@ export default {
4846
'Web Application',
4947
'Mobile Application',
5048
'UI/UX Design',
51-
'Branding & Animations',
49+
'Branding & Anim',
5250
],
5351
},
5452
},

src/components/projects/ProjectsGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
border-b border-primary-light
3232
dark:border-secondary-dark
3333
pb-3
34-
gap-3
34+
gap-2
3535
"
3636
>
3737
<div class="flex justify-between gap-2">

0 commit comments

Comments
 (0)