fix: use variation selector-16 for star emoji

This commit is contained in:
RhenCloud 2026-08-03 08:31:51 +08:00
parent bec48233fa
commit 80cc85cd76
No known key found for this signature in database
GPG key ID: A574A617378C4E0B

View file

@ -19,7 +19,7 @@ export function formatStar(
author,
title: t("events.star.title", {
repo: repo ?? t("common.repository"),
emoji: em(action === "created" ? "⭐" : "💫"),
emoji: em(action === "created" ? "⭐" : "💫"),
label: actionLabel,
}),
url: repoUrl,