@@ -6,7 +6,7 @@ const cards = [
6
6
{
7
7
" title" : " 2025 Conference Website" ,
8
8
" 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 " ,
10
10
" button_text" : " Go to site" ,
11
11
" classes" : " max-w-full p-6 border bg-red-100 border-gray-200 rounded-lg shadow-sm cursor-not-allowed" ,
12
12
},
@@ -30,13 +30,13 @@ const previousEvents = [
30
30
{
31
31
" title" : " 2024 Conference Website" ,
32
32
" 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 " ,
34
34
" button_text" : " Go to 2024 site" ,
35
35
},
36
36
{
37
37
" title" : " 2023 Conference Website" ,
38
38
" 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 " ,
40
40
" button_text" : " Go to 2023 site" ,
41
41
},
42
42
]
0 commit comments