Skip to content

Commit

Permalink
docs: add Twenty project (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jan 28, 2025
1 parent 17d4488 commit b14956e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/misc/showroom.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Lingui is used by many projects, from small hobby projects to large enterprise a
Here are some of them:

- [Reactive Resume](https://rxresu.me/) [![Repo stars](https://img.shields.io/github/stars/AmruthPillai/Reactive-Resume?cacheSeconds=86400)](https://github.com/AmruthPillai/Reactive-Resume)
- [Twenty](https://twenty.com/) [![Repo stars](https://img.shields.io/github/stars/twentyhq/twenty?cacheSeconds=86400)](https://github.com/twentyhq/twenty)
- [Zipkin](https://zipkin.io/) [![Repo stars](https://img.shields.io/github/stars/openzipkin/zipkin?cacheSeconds=86400)](https://github.com/openzipkin/zipkin)
- [GDevelop](https://gdevelop.io/) [![Repo stars](https://img.shields.io/github/stars/4ian/GDevelop?cacheSeconds=86400)](https://github.com/4ian/GDevelop)
- [Linkerd](https://linkerd.io/) [![Repo stars](https://img.shields.io/github/stars/linkerd/linkerd2?cacheSeconds=86400)](https://github.com/linkerd/linkerd2)
Expand All @@ -27,7 +28,7 @@ Here are some of them:
- [KlimaDAO](https://www.klimadao.finance/) [![Repo stars](https://img.shields.io/github/stars/KlimaDAO/klimadao?cacheSeconds=86400)](https://github.com/KlimaDAO/klimadao)
- [Ansible Hub UI](https://www.redhat.com/en/technologies/management/ansible/automation-hub) [![Repo stars](https://img.shields.io/github/stars/ansible/ansible-hub-ui?cacheSeconds=86400)](https://github.com/ansible/ansible-hub-ui)
- [MetaMask Snaps Directory](https://snaps.metamask.io/) [![Repo stars](https://img.shields.io/github/stars/MetaMask/snaps-directory?cacheSeconds=86400)](https://github.com/MetaMask/snaps-directory)
- [Palgakalkulaator](https://www.palgakalkulaator.ee/) [![Repo stars](https://img.shields.io/github/stars/madisvain/palgakalkulaator?cacheSeconds=86400)](https://github.com/madisvain/palgakalkulaator)
- [Palgakalkulaator](https://www.palgakalkulaator.ee/)
- [ledgy.com](https://www.ledgy.com/)
- [MyMusicTaste](https://www.mymusictaste.com/)
- [Staycation](https://www.staycation.co/)
Expand Down
5 changes: 5 additions & 0 deletions website/src/components/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ const USERS: UserDetails[] = [
name: "Metamask",
link: "https://github.com/MetaMask/snaps-directory",
},
{
logo: "twenty.png",
name: "Twenty",
link: "https://github.com/twentyhq/twenty",
},
{
logo: "documenso.png",
name: "Documenso",
Expand Down
Binary file added website/static/img/users/twenty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b14956e

Please sign in to comment.