diff --git a/src/app/bridge/page.tsx b/src/app/bridge/page.tsx index e0c347c..21aebe3 100644 --- a/src/app/bridge/page.tsx +++ b/src/app/bridge/page.tsx @@ -38,11 +38,11 @@ export default function Page() { {BRIDGES.map((bridge) => ( ))} -

+ {/*

These bridges are independent, third-party service providers.
Celo assumes no responsibility for their operation. -

+

*/} ); }