Changeset View
Changeset View
Standalone View
Standalone View
web/e.cash_v2/app/components/Home/Developers.tsx
- This file was moved from web/e.cash_v2/app/components/Developers.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 PlusHeader from "./PlusHeader"; | import PlusHeader from "../Atoms/PlusHeader"; | ||||
| import CodeSnippet from "./CodeSnippet"; | import CodeSnippet from "../Atoms/CodeSnippet"; | ||||
| import Image from "next/image"; | import Image from "next/image"; | ||||
| import Link from "next/link"; | import Link from "next/link"; | ||||
| export default function Developers() { | export default function Developers() { | ||||
| const ScrollElement = () => { | const ScrollElement = () => { | ||||
| return ( | return ( | ||||
| <div className="flex shrink-0 items-center"> | <div className="flex shrink-0 items-center"> | ||||
| <div className="text-background mx-2 bg-gradient-to-br from-[#BBEBFD] to-[#F9B2EF] px-[6px] py-0 text-sm tracking-wide lg:mx-4 lg:px-2 lg:text-lg"> | <div className="text-background mx-2 bg-gradient-to-br from-[#BBEBFD] to-[#F9B2EF] px-[6px] py-0 text-sm tracking-wide lg:mx-4 lg:px-2 lg:text-lg"> | ||||
| ▲ Show 20 Lines • Show All 130 Lines • Show Last 20 Lines | |||||