Skip to content

Commit 01eedc5

Browse files
Vikasjoshi008kasya
andauthored
fix: added pointer cursor to Upcoming Events links (#2271)
Co-authored-by: Kate Golovanova <kate@kgthreads.com>
1 parent 88cc6dd commit 01eedc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default function Home() {
168168
<div key={`card-${event.name}`} className="overflow-hidden">
169169
<div className="rounded-lg bg-gray-200 p-4 dark:bg-gray-700">
170170
<button
171-
className="mb-2 w-full text-left text-lg font-semibold text-blue-400 hover:underline"
171+
className="mb-2 w-full cursor-pointer text-left text-lg font-semibold text-blue-400 hover:underline"
172172
onClick={() => setModalOpenIndex(index)}
173173
>
174174
<TruncatedText text={event.name} />

0 commit comments

Comments
 (0)