File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const Filters = ({
56
56
< Button
57
57
key = { filter . value }
58
58
onClick = { ( ) => handleTypeClick ( filter . value ) }
59
- className = { `body-medium mb-0.5 mr-0.5 rounded-lg px-6 py-3 capitalize shadow-none md:mb-0 md:mr-0 ${
59
+ className = { `body-medium mb-0.5 mr-0.5 rounded-lg px-6 py-3 capitalize shadow-none md:mb-0 md:mr-0 line-clamp-1 ${
60
60
active === filter . value
61
61
? "bg-primary-100 text-primary-500 dark:bg-dark-400 dark:hover:bg-dark-400"
62
62
: "bg-light-800 text-light-500 hover:bg-light-800 dark:bg-dark-300 dark:text-light-500 dark:hover:bg-dark-300"
@@ -69,7 +69,7 @@ const Filters = ({
69
69
70
70
{ jobFilter && (
71
71
< div className = "background-light800_dark300 mt-2 flex items-center rounded-lg px-3 py-2 shadow-none md:mt-0" >
72
- < Switcher query = "remote" label = "Remote Only " />
72
+ < Switcher query = "remote" label = "Remote" />
73
73
< Switcher query = "wage" label = "TBA" />
74
74
< Switcher query = "skills" label = "Skills" />
75
75
</ div >
You can’t perform that action at this time.
0 commit comments