We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e857e commit b11c540Copy full SHA for b11c540
src/data/volunteers.js
@@ -165,7 +165,7 @@ const volunteers = [
165
teams: ["communications"]
166
},
167
{
168
- name: "Wendy N. Sànchez",
+ name: "Wendy N. Sánchez",
169
image: "/images/volunteers/wendy_n_sanchez.jpg",
170
links: {
171
linkedin: "https://www.linkedin.com/in/wendy-n-sanchez",
src/pages/[lang]/volunteers.astro
@@ -256,7 +256,7 @@ const volunteerGroups = buildVolunteerGroupMap(volunteers);
256
<p class="text-black dark:text-white text-md font-bold">
257
{volunteer.name}
258
</p>
259
- <div class="flex pt-2">
+ <div class="grid grid-cols-4 pt-2">
260
{volunteer.links.mastodon && (
261
<SocialsComponent
262
speakersSocialUrl={
0 commit comments