- Have feedback, questions, or need help? I'd love to hear from you! - Feel free to reach out through any of these channels: + Have feedback, questions, or need help? Open a GitHub issue:
@@ -266,6 +242,30 @@ const About = ({ ); }; +function GithubLogo({ + width = 18, + height = 18, + className, +}: { + width?: number; + height?: number; + className?: string; +}) { + return ( + + ); +} + function XLogo() { return (