From efbfa3242b247c2d235272b8da5952549520fa11 Mon Sep 17 00:00:00 2001 From: Suradet Pratomsak Date: Wed, 29 Jul 2026 14:49:40 +0700 Subject: [PATCH 1/2] feat: add suradet-ps to users map --- website/users.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/users.json b/website/users.json index 6d81f42..76ce601 100644 --- a/website/users.json +++ b/website/users.json @@ -339,5 +339,15 @@ "links": { "GitHub": "https://github.com/yaahc" } + }, + { + "username": "suradet-ps", + "coordinates": [ + 14.7995, + 100.6534 + ], + "links": { + "GitHub": "https://github.com/suradet-ps" + } } ] \ No newline at end of file From ea0da24971d382bb0f16f9725b92db8d8daf62ee Mon Sep 17 00:00:00 2001 From: Suradet Pratomsak Date: Wed, 29 Jul 2026 14:50:25 +0700 Subject: [PATCH 2/2] fix: add user/suradet-ps.json and revert users.json --- user/suradet-ps.json | 10 ++++++++++ website/users.json | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 user/suradet-ps.json diff --git a/user/suradet-ps.json b/user/suradet-ps.json new file mode 100644 index 0000000..61ea76b --- /dev/null +++ b/user/suradet-ps.json @@ -0,0 +1,10 @@ +{ + "username": "suradet-ps", + "coordinates": [ + 14.7995, + 100.6534 + ], + "links": { + "GitHub": "https://github.com/suradet-ps" + } +} diff --git a/website/users.json b/website/users.json index 76ce601..6d81f42 100644 --- a/website/users.json +++ b/website/users.json @@ -339,15 +339,5 @@ "links": { "GitHub": "https://github.com/yaahc" } - }, - { - "username": "suradet-ps", - "coordinates": [ - 14.7995, - 100.6534 - ], - "links": { - "GitHub": "https://github.com/suradet-ps" - } } ] \ No newline at end of file