Skip to content

Commit a645132

Browse files
committed
Fix sponsors contact links
1 parent 8570746 commit a645132

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/en/sponsors.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const pricingData = [
122122
],
123123
button: {
124124
text: "Register",
125-
link: "#",
125+
link: "mailto:sponsors@pyladies.com",
126126
},
127127
},
128128
{
@@ -138,7 +138,7 @@ const pricingData = [
138138
],
139139
button: {
140140
text: "Register",
141-
link: "#",
141+
link: "mailto:sponsors@pyladies.com",
142142
},
143143
},
144144
];

src/pages/es/sponsors.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const pricingData = [
122122
],
123123
button: {
124124
text: "Register",
125-
link: "#",
125+
link: "mailto:sponsors@pyladies.com",
126126
},
127127
},
128128
{
@@ -139,7 +139,7 @@ const pricingData = [
139139
],
140140
button: {
141141
text: "Register",
142-
link: "#",
142+
link: "mailto:sponsors@pyladies.com",
143143
},
144144
},
145145
];

0 commit comments

Comments
 (0)