From eed56c464f8b7270a1e6064a22e84a29c5f44202 Mon Sep 17 00:00:00 2001 From: Nitrrine <43351072+Nitrrine@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:41:57 +0600 Subject: [PATCH] feat: add Lodine to users (#481) --- static/img/users/lodine.svg | 10 ++++++++++ users.json | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 static/img/users/lodine.svg diff --git a/static/img/users/lodine.svg b/static/img/users/lodine.svg new file mode 100644 index 000000000000..5aafd2acd084 --- /dev/null +++ b/static/img/users/lodine.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/users.json b/users.json index 0f54d5b42e19..70851f62c6a2 100644 --- a/users.json +++ b/users.json @@ -318,5 +318,12 @@ "infoLink": "https://tinyhttp.v1rtl.site", "pinned": false, "width": 180 + }, + { + "caption": "Lodine", + "image": "/img/users/lodine.svg", + "infoLink": "https://lodine.xyz", + "pinned": false, + "width": 300 } ]