Changeset View
Changeset View
Standalone View
Standalone View
web/e.cash_v2/app/components/Home/DigitalPaymentLandscape.tsx
- This file was moved from web/e.cash_v2/app/components/DigitalPaymentLandscape.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"; | ||||
| export default function DigitalPaymentLandscape() { | export default function DigitalPaymentLandscape() { | ||||
| const Chart = () => { | const Chart = () => { | ||||
| return ( | return ( | ||||
| <div className="custom-skew relative flex aspect-[120/70] w-full"> | <div className="custom-skew relative flex aspect-[120/70] w-full"> | ||||
| <div className="font-fira-code fade-up mr-2 flex h-full shrink-0 flex-col justify-between pb-[14%] pt-4 text-[9px] font-light leading-none tracking-wider lg:text-xs"> | <div className="font-fira-code fade-up mr-2 flex h-full shrink-0 flex-col justify-between pb-[14%] pt-4 text-[9px] font-light leading-none tracking-wider lg:text-xs"> | ||||
| <label>3.0</label> | <label>3.0</label> | ||||
| <label>2.0</label> | <label>2.0</label> | ||||
| ▲ Show 20 Lines • Show All 198 Lines • Show Last 20 Lines | |||||