import { Box, ButtonBase, Typography } from "@mui/material"; import React from "react"; import { Spacer } from "../../common/Spacer"; export const NewUsersCTA = ({ balance }) => { if (balance === undefined || +balance > 0) return null; return ( Are you a new user? Please message us on Telegram or Discord if you need 4 QORT to start chatting without any limitations { window.open("https://link.qortal.dev/support", '_system') }} > Nextcloud { window.open("https://link.qortal.dev/discord-invite", '_system') }} > Discord ); };