import badgestyle from "./badge.module.css"; export const PulicBetaBadge = ({ text }: { text?: string }) => { return (
{text || "BETA"}
); };