import { Button } from "zudoku/ui/Button";
import { BugIcon } from "zudoku/icons";

# Contact Us

Got a bug to squash or a killer feature idea to pitch? Hit one of these buttons to file an issue on GitHub. And hey, if you just wanna yell at the team for some reason, go ahead - we don't read much anyway 😉

<div style={{ display: 'flex', gap: '1rem', marginTop: '1rem' }}>
  <Button className="btn-with-link" asChild>
    <a href="https://github.com/soumitsalman/cafecito-api-manager/issues/new?template=bug_report.yml">
      🐞 Bug Report
    </a>
  </Button>
  <Button className="btn-with-link" asChild>
    <a href="https://github.com/soumitsalman/cafecito-api-manager/issues/new?template=feature_request.yml">
      💡Feature Request
    </a>
  </Button>
</div>
