Skip to content

Commit b14956e

Browse files
docs: add Twenty project (#2163)
1 parent 17d4488 commit b14956e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

website/docs/misc/showroom.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Lingui is used by many projects, from small hobby projects to large enterprise a
55
Here are some of them:
66

77
- [Reactive Resume](https://rxresu.me/) [![Repo stars](https://img.shields.io/github/stars/AmruthPillai/Reactive-Resume?cacheSeconds=86400)](https://github.com/AmruthPillai/Reactive-Resume)
8+
- [Twenty](https://twenty.com/) [![Repo stars](https://img.shields.io/github/stars/twentyhq/twenty?cacheSeconds=86400)](https://github.com/twentyhq/twenty)
89
- [Zipkin](https://zipkin.io/) [![Repo stars](https://img.shields.io/github/stars/openzipkin/zipkin?cacheSeconds=86400)](https://github.com/openzipkin/zipkin)
910
- [GDevelop](https://gdevelop.io/) [![Repo stars](https://img.shields.io/github/stars/4ian/GDevelop?cacheSeconds=86400)](https://github.com/4ian/GDevelop)
1011
- [Linkerd](https://linkerd.io/) [![Repo stars](https://img.shields.io/github/stars/linkerd/linkerd2?cacheSeconds=86400)](https://github.com/linkerd/linkerd2)
@@ -27,7 +28,7 @@ Here are some of them:
2728
- [KlimaDAO](https://www.klimadao.finance/) [![Repo stars](https://img.shields.io/github/stars/KlimaDAO/klimadao?cacheSeconds=86400)](https://github.com/KlimaDAO/klimadao)
2829
- [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)
2930
- [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)
30-
- [Palgakalkulaator](https://www.palgakalkulaator.ee/) [![Repo stars](https://img.shields.io/github/stars/madisvain/palgakalkulaator?cacheSeconds=86400)](https://github.com/madisvain/palgakalkulaator)
31+
- [Palgakalkulaator](https://www.palgakalkulaator.ee/)
3132
- [ledgy.com](https://www.ledgy.com/)
3233
- [MyMusicTaste](https://www.mymusictaste.com/)
3334
- [Staycation](https://www.staycation.co/)

website/src/components/Users.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ const USERS: UserDetails[] = [
3131
name: "Metamask",
3232
link: "https://github.com/MetaMask/snaps-directory",
3333
},
34+
{
35+
logo: "twenty.png",
36+
name: "Twenty",
37+
link: "https://github.com/twentyhq/twenty",
38+
},
3439
{
3540
logo: "documenso.png",
3641
name: "Documenso",

website/static/img/users/twenty.png

4.48 KB
Loading

0 commit comments

Comments
 (0)