diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-26 00:51:22 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-26 00:51:22 -0700 |
| commit | 95d1fdd32712721ce065780d4be44ea8f6b6db59 (patch) | |
| tree | e8a2a368874f0d5941878debea49369183d61151 /frontend/src/components/displays/GenericScoreDisplay.tsx | |
| parent | 9f7d4329c7e0074f05289113e84879e0fd009d54 (diff) | |
implement dancearound custom score view
Diffstat (limited to 'frontend/src/components/displays/GenericScoreDisplay.tsx')
| -rw-r--r-- | frontend/src/components/displays/GenericScoreDisplay.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/displays/GenericScoreDisplay.tsx b/frontend/src/components/displays/GenericScoreDisplay.tsx index 003f022..05d9f1e 100644 --- a/frontend/src/components/displays/GenericScoreDisplay.tsx +++ b/frontend/src/components/displays/GenericScoreDisplay.tsx @@ -285,7 +285,7 @@ const ScoreDisplay: 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=${internalGameName}`}> <h3 className="text-base sm:text-lg font-semibold text-white mb-1 break-words leading-tight"> {score.title || score.song || "Unknown Title"} </h3> |
