diff --git a/src/pages/funding.astro b/src/pages/funding.astro index 88e1464..85aac26 100644 --- a/src/pages/funding.astro +++ b/src/pages/funding.astro @@ -118,7 +118,7 @@ class Donations { getPersonMarkup(person: string, hasPic: boolean): string { return `
${hasPic ? `${person}` : ''} - ${person} + ${person}
`; } }