Skip to content

Commit

Permalink
Merge pull request #14 from celo-org/rossy/remove-bridge-disclaimer
Browse files Browse the repository at this point in the history
Hide bridge disclaimer text
  • Loading branch information
aaronmgdr authored Jun 28, 2024
2 parents d8042fc + c4f250f commit 5af7e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/bridge/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ export default function Page() {
{BRIDGES.map((bridge) => (
<BridgeLink key={bridge.name} {...bridge} />
))}
<p className="text-center text-sm text-taupe-600">
{/* <p className="text-center text-sm text-taupe-600">
These bridges are independent, third-party service providers.
<br />
Celo assumes no responsibility for their operation.
</p>
</p> */}
</Section>
);
}
Expand Down

0 comments on commit 5af7e7f

Please sign in to comment.