Changeset View
Changeset View
Standalone View
Standalone View
web/e.cash_v2/app/components/Home/TrustedBy.tsx
- This file was moved from web/e.cash_v2/app/components/TrustedBy.tsx.
| // Copyright (c) 2025 The Bitcoin developers | // Copyright (c) 2025 The Bitcoin developers | ||||
| // Distributed under the MIT software license, see the accompanying | // Distributed under the MIT software license, see the accompanying | ||||
| // file COPYING or http://www.opensource.org/licenses/mit-license.php. | // file COPYING or http://www.opensource.org/licenses/mit-license.php. | ||||
| import ContentContainer from "./ContentContainer"; | import ContentContainer from "../Atoms/ContentContainer"; | ||||
| import Image from "next/image"; | import Image from "next/image"; | ||||
| const Logos = ["bithumb", "upbit", "binance", "coinex", "indodax"]; | const Logos = ["bithumb", "upbit", "binance", "coinex", "indodax"]; | ||||
| export default function TrustedBy() { | export default function TrustedBy() { | ||||
| return ( | return ( | ||||
| <ContentContainer> | <ContentContainer> | ||||
| <div className="relative m-auto w-full max-w-[300px] text-center text-sm font-light leading-none tracking-wider lg:max-w-none"> | <div className="relative m-auto w-full max-w-[300px] text-center text-sm font-light leading-none tracking-wider lg:max-w-none"> | ||||
| Show All 26 Lines | |||||