feat: add bookmark button to game detail page

This commit is contained in:
2026-04-26 10:04:40 -05:00
parent 6d18337f72
commit 2cf08200c2
+3
View File
@@ -15,6 +15,8 @@ import {
import { FaSteam } from "react-icons/fa"
import { motion } from "motion/react"
import { BookmarkButton } from "@/components/saved-games/bookmark-button"
// Chart imports
import { HistoricalAreaChart } from "@/components/charts/HistoricalAreaChart"
import { UpscalerBarChart } from "@/components/charts/UpscalerBarChart"
@@ -357,6 +359,7 @@ export function GamePageClient({
{game.metascore}
</span>
)}
<BookmarkButton gameId={game.id} />
</div>
{/* External links */}