import { Heading, Link, List, ListItem } from "@chakra-ui/react"; import { t, Trans } from "@lingui/macro"; import Breadcrumbs from "components/common/Breadcrumbs"; import MyHead from "components/common/MyHead"; import { useMyTheme } from "lib/useMyTheme"; const About = () => { const { themeColorShade } = useMyTheme(); return ( <>
Feedback Noticed a bug? Something could be done better? Thought of a new cool feature you'd like to see on the site? Need help using the site? You can either: Create an issue on{" "} GitHub Post on the #helpdesk or #feedback channel of our{" "} Discord DM me on{" "} Twitter {" "} or Discord (Sendou#0043)
Thanks to
  • Lean {" "} - provided the Top 500 X Rank data
  • zorg {" "} - provided background pictures for the map planner
  • ganbawoomy {" "} - provided the data for tournament browser
  • NoAim™bUrn {" "} - gave plenty of useful feedback
  • borzoic {" "} -{" "} art for the site like the inkling on the front page as well as footer pictures
  • yuza {" "} - translation (Deutsch)
  • naga {" "} - translation (Español (España))
  • Grey {" "} - translation (Français)
  • Pretto {" "} - translation (Italiano)
  • Volto {" "} - translation (Italiano)
  • Guigas {" "} - translation (Português)
  • Walavouchey {" "} - translation (Svenska)
  • sp9rK {" "} - translation (Ελληνικά)
  • Villy / 앤드류 {" "} - translation (한국어)
); }; export default About;