From 96807c7c8968c3affaa35da74dbcea3e78bd16a0 Mon Sep 17 00:00:00 2001 From: Codewithmahesh Date: Sun, 9 Nov 2025 17:51:28 +0530 Subject: [PATCH] fix: Move twemoji website link from description to homepageUrl Fixes #165 The twemoji project's website link was incorrectly placed in the descriptionHTML field instead of the homepageUrl field. This caused the link to appear in the project description section rather than with other project links. Changes: - Removed website link from descriptionHTML - Added website URL to homepageUrl field --- data/projects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/projects.json b/data/projects.json index 4a5b4baa..97baa65f 100644 --- a/data/projects.json +++ b/data/projects.json @@ -1412,9 +1412,9 @@ "watchers": 222 }, "twitter/twemoji": { - "descriptionHTML": "
Emoji for everyone. https://twemoji.twitter.com/
", + "descriptionHTML": "Emoji for everyone.", "forkCount": 1870, - "homepageUrl": "", + "homepageUrl": "https://twemoji.twitter.com/", "isPrivate": false, "languages": "HTML JavaScript", "name": "twemoji",