diff --git a/src/typescript/frontend/src/components/pages/home/components/main-card/MainCard.tsx b/src/typescript/frontend/src/components/pages/home/components/main-card/MainCard.tsx index 0e763cdec..24d99555f 100644 --- a/src/typescript/frontend/src/components/pages/home/components/main-card/MainCard.tsx +++ b/src/typescript/frontend/src/components/pages/home/components/main-card/MainCard.tsx @@ -13,6 +13,7 @@ import planetHome from "../../../../../../public/images/planet-home.png"; import { emojiNamesToPath } from "utils/pathname-helpers"; import { type HomePageProps } from "app/home/HomePage"; import "./module.css"; +import { SYMBOL_EMOJI_DATA } from "@sdk/emoji_data"; export interface MainCardProps { featured?: HomePageProps["featured"]; @@ -96,7 +97,13 @@ const MainCard = (props: MainCardProps) => { -
00
+
+ HOT +   + + {SYMBOL_EMOJI_DATA.byName("fire")?.emoji} + +