Skip to content

Commit 71fd4cd

Browse files
committed
Enable cursor on 2025 web
1 parent 733129e commit 71fd4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const cards = [
88
"description": "Visit this year's website and learn more about the conference. More information soon!",
99
"button_url": "https://2025.conference.pyladies.com",
1010
"button_text": "Go to site",
11-
"classes": "max-w-full p-6 border bg-red-100 border-gray-200 rounded-lg shadow-sm cursor-not-allowed",
11+
"classes": "max-w-full p-6 border bg-red-100 border-gray-200 rounded-lg shadow-sm",
1212
},
1313
{
1414
"title": "Blog",

0 commit comments

Comments
 (0)