From 8b15c7d78e824d1ffa8e2a6001f18d10a3ba9f3e Mon Sep 17 00:00:00 2001 From: xx7412421-cloud Date: Sun, 21 Jun 2026 06:30:14 +0800 Subject: [PATCH 1/3] Update Footer.tsx --- src/components/Footer.tsx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 0b312a1..78ef5ec 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -27,6 +27,11 @@ const columns = [ }, ]; +const acknowledgments = [ + { label: 'Stellar', src: '/logos/stellar-mark.svg' }, + { label: 'Drips', src: '/logos/drips-mark.svg' }, +]; + export default function Footer() { return (