From f5c4441ccd762b8da3ae93f9514627393f096467 Mon Sep 17 00:00:00 2001 From: Deep Patel Date: Wed, 6 Aug 2025 13:43:06 +0530 Subject: [PATCH] add osmos user --- static/img/users/osmos.svg | 7 +++++++ users.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 static/img/users/osmos.svg diff --git a/static/img/users/osmos.svg b/static/img/users/osmos.svg new file mode 100644 index 000000000000..61291fc771a1 --- /dev/null +++ b/static/img/users/osmos.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/users.json b/users.json index 1fed43e4525c..2d9ed6f2b5a7 100644 --- a/users.json +++ b/users.json @@ -367,5 +367,12 @@ "infoLink": "https://flashproxy.io/", "pinned": false, "width": 250 + }, + { + "caption": "Osmos", + "image": "/img/users/osmos.svg", + "infoLink": "https://osmos.ai/", + "pinned": false, + "width": 250 } ]