diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-12 01:17:06 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-12 01:17:23 -0700 |
| commit | 4cbd26044046289ada09e5fe4ca4c3b35ca6b173 (patch) | |
| tree | a46d6b9917fd81b389fc267b820e2285bc72fb6c /frontend/src/components/displays/DancerushScoreDisplay.tsx | |
| parent | 794e1336dcfaa1dc14cf37686db39a506a071842 (diff) | |
implement diva score view
Diffstat (limited to 'frontend/src/components/displays/DancerushScoreDisplay.tsx')
| -rw-r--r-- | frontend/src/components/displays/DancerushScoreDisplay.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/displays/DancerushScoreDisplay.tsx b/frontend/src/components/displays/DancerushScoreDisplay.tsx index 35a3968..fb31870 100644 --- a/frontend/src/components/displays/DancerushScoreDisplay.tsx +++ b/frontend/src/components/displays/DancerushScoreDisplay.tsx @@ -285,7 +285,7 @@ const DancerushScoreDisplay: React.FC<ScoreDisplayProps> = ({ <div className="flex items-start justify-between mb-4"> <div className="flex-1 min-w-0"> {!hideTitleArtist && ( - <Link to={`/chart?chartId=${chartIdHash}`}> + <Link to={`/chart?chartId=${chartIdHash}&game=dancerush`}> <h3 className="text-lg font-semibold text-white mb-1 break-words leading-tight"> {score.title || score.song || "Unknown Title"} </h3> |
