mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
fix: use variation selector-16 for star emoji
This commit is contained in:
parent
bec48233fa
commit
80cc85cd76
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue