Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Oct 25, 2024
1 parent b0a6894 commit 3005113
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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";
import { SYMBOL_EMOJI_DATA } from "@sdk/emoji_data";

export interface MainCardProps {
featured?: HomePageProps["featured"];
Expand Down Expand Up @@ -101,7 +101,7 @@ const MainCard = (props: MainCardProps) => {
<span className="pixel-heading-1 text-medium-gray pixel-heading-text">HOT</span>
<span>&nbsp;</span>
<span className="pixel-heading-2 pixel-heading-text mt-[.2rem]">
{SYMBOL_DATA.byName("fire")?.emoji}
{SYMBOL_EMOJI_DATA.byName("fire")?.emoji}
</span>
</div>
<div
Expand Down

0 comments on commit 3005113

Please sign in to comment.