Change icons for like and favorite

"Like" will now use a star emoji, like mastodon's faves
"Favorite" will now use a bookmark emoji, since it functions as a bookmark
This commit is contained in:
jaina heartles 2024-02-26 21:36:53 -08:00
parent 6ecb0dcacf
commit 3ae5cfd720
23 changed files with 38 additions and 38 deletions

View file

@ -29,7 +29,7 @@ import { CustomEmojiService } from '@/core/CustomEmojiService.js';
import { RoleService } from '@/core/RoleService.js';
import { FeaturedService } from '@/core/FeaturedService.js';
const FALLBACK = '';
const FALLBACK = '';
const PER_NOTE_REACTION_USER_PAIR_CACHE_MAX = 16;
const legacies: Record<string, string> = {