import { Github } from "@styled-icons/boxicons-logos"; import { BugAlt, Group, ListOl } from "@styled-icons/boxicons-regular"; import { Link } from "react-router-dom"; import styles from "./Panes.module.scss"; import { Text } from "preact-i18n"; import { CategoryButton, Column, Tip } from "@revoltchat/ui"; export function Feedback() { return ( We are currently rebuilding the client from scratch. You can{" "} view our progress here ; in the meantime, we are only accepting and fixing critical bugs with the current client.
} description={ }> } description={ }> } description={ }> } description="You can report issues and discuss improvements with us directly here."> {"Join the Revolt Lounge"}
); }