diff --git a/src/frontend/src/assets/images/GFDRR-logo.png b/src/frontend/src/assets/images/GFDRR-logo.png new file mode 100644 index 00000000..05096b8f Binary files /dev/null and b/src/frontend/src/assets/images/GFDRR-logo.png differ diff --git a/src/frontend/src/components/LandingPage/ClientsAndPartners/index.tsx b/src/frontend/src/components/LandingPage/ClientsAndPartners/index.tsx index 8e05d2a1..291ddce0 100644 --- a/src/frontend/src/components/LandingPage/ClientsAndPartners/index.tsx +++ b/src/frontend/src/components/LandingPage/ClientsAndPartners/index.tsx @@ -2,6 +2,8 @@ import Image from '@Components/RadixComponents/Image'; import { motion } from 'framer-motion'; import worldBankLogo from '@Assets/images/LandingPage/WorldbankLogo.png'; import { fadeUpVariant } from '@Constants/animations'; +import gfdrrLogo from '@Assets/images/GFDRR-logo.png'; +import { FlexRow } from '@Components/common/Layouts'; export default function ClientAndPartners() { return ( @@ -25,7 +27,10 @@ export default function ClientAndPartners() { transition={{ duration: 0.7 }} viewport={{ once: true }} > - world bank logo + + world bank logo + gfdrrLogo +