import Section from "../../components/Section.js"; import "./SupportUs.css"; import githubIcon from "../../assets/boxicons/bx-github.svg?raw"; import paypalIcon from "../../assets/boxicons/bx-paypal.svg?raw"; import buyMeACoffeeIcon from "../../assets/boxicons/bx-buy-me-a-coffee.svg?raw"; import Button, { Link } from "../../components/Button.js"; import Card from "../../components/Card.js"; import { usePageTitle } from "../../hooks.js"; import { Trans, useTranslation } from "react-i18next"; export default function Donate() { const { t } = useTranslation(); usePageTitle(t("support_us.title")); return ( <>

}} />

}} />

  • }} />
  • , Matrix: }} />
  • }} />
) }