import clsx from "clsx"; import React from "react"; type Props = { className?: string; }; export const CommonGithubStarButton = ({ className }: Props) => { return (
Get Support
); };