Skip to content

Commit 59888a7

Browse files
committed
Add new conferences URLs
1 parent af1dd0b commit 59888a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const cards = [
66
{
77
"title": "2025 Conference Website",
88
"description": "Visit this year's website and learn more about the conference. More information soon!",
9-
"button_url": "#",
9+
"button_url": "https://2025.conference.pyladies.com",
1010
"button_text": "Go to site",
1111
"classes": "max-w-full p-6 border bg-red-100 border-gray-200 rounded-lg shadow-sm cursor-not-allowed",
1212
},
@@ -30,13 +30,13 @@ const previousEvents = [
3030
{
3131
"title": "2024 Conference Website",
3232
"description": "Visit 2024 website and learn more about the past conference.",
33-
"button_url": "https://global-conference-2024.netlify.app",
33+
"button_url": "https://2024.conference.pyladies.com",
3434
"button_text": "Go to 2024 site",
3535
},
3636
{
3737
"title": "2023 Conference Website",
3838
"description": "Visit 2023 website and learn more about the past conference.",
39-
"button_url": "https://global-conference-2023.netlify.app",
39+
"button_url": "https://2023.conference.pyladies.com",
4040
"button_text": "Go to 2023 site",
4141
},
4242
]

0 commit comments

Comments
 (0)