import React from "react"; import Typography from "@mui/material/Typography"; import { Link } from "@mui/material"; export function ThemeCollaborate(): React.ReactElement { return ( <> If you've created a theme that you believe should be added in game's theme browser, feel free to{" "} create a pull request . Head over to the{" "} theme-sharing {" "} discord channel for more. ); }