replay popups on spectator page

This commit is contained in:
legop3
2026-06-07 17:39:31 -04:00
parent 87473fc424
commit a994759eb5
2 changed files with 10 additions and 2 deletions
@@ -323,7 +323,7 @@ function createReplayCaptionBuilder({ io, rovers, getActiveDrivers, getNickname,
}
function build({ job, usedSources = [], missingSources = [] }) {
const lines = [`**${job.title}**`, '', `Requested by ${job.requester}.`];
const lines = [`# ${job.title}`, '', `Requested by ${job.requester}.`];
const driverLines = buildReplayDriverLines(job.requester, usedSources);
if (driverLines.length) {
lines.push('', ...driverLines);