Skip to content

Commit e27b879

Browse files
committed
chore: remove comments
1 parent 814096f commit e27b879

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/MeetupList.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const MeetupList = () => {
7171
<BaseLink
7272
href={meetup.link}
7373
hideArrow
74-
// TODO: create custom class text-decoration-none
7574
className={cn(
7675
"group mb-[0.25px] flex w-full justify-between p-4 text-current no-underline",
7776
"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 = () => {
8281
<Flex className="me-4 flex-[1_1_75%]">
8382
<div className="me-4 opacity-40">{idx + 1}</div>
8483
<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">
8985
{meetup.title}
9086
</p>
9187
</div>

0 commit comments

Comments
 (0)