diff --git a/components/supported-by-section.tsx b/components/supported-by-section.tsx index fcecccb..04333eb 100644 --- a/components/supported-by-section.tsx +++ b/components/supported-by-section.tsx @@ -24,6 +24,11 @@ const participatingInstitutions = [ logo: "supported-by/imfd-logo.png", url: "https://www.imfd.cl/", }, + { + name: "Agencia Nacional de Investigación y Desarrollo (ANID)", + logo: "supported-by/anid-logo.png", + url: "https://www.anid.cl/", + } ] const fundingInstitution = { @@ -64,7 +69,7 @@ export function SupportedBySection() {