From c6da4232cd4f551a2835042e6d7b9d0f8b298e3d Mon Sep 17 00:00:00 2001 From: v1rtl Date: Thu, 2 Nov 2023 00:09:50 +0000 Subject: [PATCH 1/2] feat: add tinyhttp to the list of users --- users.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/users.json b/users.json index ea563159b164..46a34e775241 100644 --- a/users.json +++ b/users.json @@ -311,5 +311,11 @@ "infoLink": "https://qwik.builder.io/", "pinned": false, "width": 300 - } + }, + { + "caption": "Tinyhttp", + "image": "/img/users/tinyhttp.svg", + "infoLink": "https://tinyhttp.v1rtl.site", + "pinned": false, + "width": 180 ] From 20c97818ea5df664f319cd2fd6e1fdb5dbb49954 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Thu, 2 Nov 2023 00:13:55 +0000 Subject: [PATCH 2/2] fix: closing gap --- users.json | 1 + 1 file changed, 1 insertion(+) diff --git a/users.json b/users.json index 46a34e775241..0f54d5b42e19 100644 --- a/users.json +++ b/users.json @@ -318,4 +318,5 @@ "infoLink": "https://tinyhttp.v1rtl.site", "pinned": false, "width": 180 + } ]