From 55aec41b874eeaaae8aca08a187a08a9935368db Mon Sep 17 00:00:00 2001 From: "Ell (Julian)" Date: Thu, 6 Feb 2025 13:09:16 +0100 Subject: [PATCH] Also add MLEM resource to ui tag --- website/_data/resources.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/_data/resources.json b/website/_data/resources.json index e5e5a5eb..bda399eb 100644 --- a/website/_data/resources.json +++ b/website/_data/resources.json @@ -194,7 +194,8 @@ "url": "https://mlem.ellpeck.de/", "pixelart": false, "tags": [ - "libraries" + "libraries", + "ui" ] } , @@ -302,4 +303,4 @@ "ai" ] } -] \ No newline at end of file +]