File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ const MeetupList = () => {
71
71
< BaseLink
72
72
href = { meetup . link }
73
73
hideArrow
74
- // TODO: create custom class text-decoration-none
75
74
className = { cn (
76
75
"group mb-[0.25px] flex w-full justify-between p-4 text-current no-underline" ,
77
76
"hover:rounded hover:bg-table-background-hover hover:text-current hover:no-underline hover:shadow-[0_0_1px] hover:shadow-primary" ,
@@ -82,10 +81,7 @@ const MeetupList = () => {
82
81
< Flex className = "me-4 flex-[1_1_75%]" >
83
82
< div className = "me-4 opacity-40" > { idx + 1 } </ div >
84
83
< div >
85
- < p
86
- // TODO: create custom class text-decoration-none
87
- className = "no-underline group-hover:text-primary-hover group-hover:underline"
88
- >
84
+ < p className = "no-underline group-hover:text-primary-hover group-hover:underline" >
89
85
{ meetup . title }
90
86
</ p >
91
87
</ div >
You can’t perform that action at this time.
0 commit comments