Skip to content

Commit

Permalink
chore: create join community custom component
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Apr 16, 2024
1 parent b1893bd commit c13b846
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/JoinComm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import React from "react";
import JoinCommunity from "../join-comm.mdx";

/**
* Creates a link with an open new tab icon.
* @param params The parameters for the component.
* @returns The component.
*/
const MarkdownComp: React.FC = () => {
return (
<JoinCommunity/>
);
}

export default MarkdownComp;
23 changes: 23 additions & 0 deletions src/join-comm.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
We believe that everyone has something unique to offer, and we invite you to contribute to [Velaptor](https://github.com/KinsonDigital/Velaptor)
and the [KinsonDigital](https://github.com/KinsonDigital) organization.

<details closed>
<summary>
Interested?
</summary>

1. **Contribute Your Skills**: Whether you're a seasoned developer or just starting, your skills can make a difference. You can contribute by:
- Picking up [issues](https://github.com/KinsonDigital/Velaptor/issues) and submitting pull requests with code improvements, bug fixes, or new features.
- Providing feedback, reporting [issues](https://github.com/KinsonDigital/Velaptor/issues/new/choose), or suggesting enhancements through GitHub issues.

2. **Support Us Financially**: If you're in a position to do so, consider supporting us financially. Your contributions can help us cover expenses
like hosting and infrastructure costs, and support the ongoing development and maintenance of all [KinsonDigital](https://github.com/KinsonDigital) projects.
You can donate or sponsor us on:
- [GitHub Sponsors](https://github.com/sponsors/KinsonDigital)
- [Open Collective](https://opencollective.com/kinsondigital)

Remember, every contribution, no matter how small, is valuable and appreciated. By contributing, you're
not just helping us, you're helping the entire community by making game development better and more efficient.
Come, join us on this and be involved in making something amazing together!

</details>

0 comments on commit c13b846

Please sign in to comment.