Change 'Fetched' to 'Updated' on the Board page fetch time

This commit is contained in:
2026-05-10 00:27:45 +01:00
parent 1f1e215c0c
commit 59e8a77d3d

View File

@@ -39,7 +39,7 @@
<StationAlertCard messages={data.boardData.data.m} />
{/if}
<div class="time-data">
<span class="time-loaded">Fetched: {formatUkDateTime(data.boardData.producedAt, true)}</span>
<span class="time-loaded">Updated: {formatUkDateTime(data.boardData.producedAt, true)}</span>
<span class="time-now">{formatUkTime(now, true)}</span>
</div>
<pre class="json-dump">{JSON.stringify(data.boardData.data.s, null, 2)}</pre>