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 8169c062d8..ce041ff1bd 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_DATA } from "@sdk/emoji_data"; export interface MainCardProps { featured?: HomePageProps["featured"]; @@ -96,7 +97,7 @@ const MainCard = (props: MainCardProps) => { -
00
+
HOT{SYMBOL_DATA.byName("fire")?.emoji}