diff --git a/src/components/ModCard.tsx b/src/components/ModCard.tsx index 4edfa8b..781d65c 100644 --- a/src/components/ModCard.tsx +++ b/src/components/ModCard.tsx @@ -3,6 +3,7 @@ import { handleModImageError } from '../utils' type ModCardProps = { title: string + gameName: string summary: string imageUrl: string link: string @@ -11,6 +12,7 @@ type ModCardProps = { export const ModCard = ({ title, + gameName, summary, imageUrl, link, @@ -37,7 +39,7 @@ export const ModCard = ({

{title}

{summary}

-

Game name

+

{gameName}

diff --git a/src/pages/home.tsx b/src/pages/home.tsx index f3e4622..243f58f 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -179,7 +179,7 @@ const SlideContent = ({ naddr }: SlideContentProps) => {

- Game name + {mod.game}

@@ -239,6 +239,7 @@ const DisplayMod = ({ naddr }: DisplayModProps) => { return ( { {