Skip to content

Commit

Permalink
docs: add producthunt in README and website
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Mar 2, 2023
1 parent fb20dd7 commit 0f5d3a5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Official Documentation: [https://tailchat.msgbyte.com/](https://tailchat.msgbyte
- It can be rigorous or fun. Through the combination of plugins, `Tailchat` can be created for different scenarios. It can be for individuals or for enterprises
- The backend microservice structure is ready for large-scale deployment. Don't worry about what to do after the number of user growth


Learn more in our [website](https://tailchat.msgbyte.com/)

## Communication
Expand All @@ -42,3 +41,9 @@ If you are interested in `Tailchat`, welcome to join `Tailchat`'s seed user exch
### Tailchat

[Tailchat Nightly Group](https://nightly.paw.msgbyte.com/invite/8Jfm1dWb)

### Producthunt

<a href="https://www.producthunt.com/posts/tailchat?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tailchat" target="_blank">
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=382080&theme=light" alt="Tailchat - The&#0032;next&#0045;generation&#0032;noIM&#0032;Application&#0032;in&#0032;your&#0032;own&#0032;workspace | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" />
</a>
4 changes: 4 additions & 0 deletions website/src/components/JoinCommunity.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
p {
color: var(--ifm-color-emphasis-600);
}

.producthunt {
margin: 2rem 0;
}
}
16 changes: 16 additions & 0 deletions website/src/components/JoinCommunity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ export const JoinCommunity: React.FC = React.memo(() => {
<Link className="button button--primary button--lg" href={inviteLink}>
Join Our Group
</Link>

<div className="producthunt">
<a
href="https://www.producthunt.com/posts/tailchat?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tailchat"
target="_blank"
rel="noreferrer"
>
<img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=382080&theme=light"
alt="Tailchat - The&#0032;next&#0045;generation&#0032;noIM&#0032;Application&#0032;in&#0032;your&#0032;own&#0032;workspace | Product Hunt"
style={{ width: 250, height: 54 }}
width="250"
height="54"
/>
</a>
</div>
</div>
);
});
Expand Down

0 comments on commit 0f5d3a5

Please sign in to comment.