diff --git a/web/templates/race_public.templ b/web/templates/race_public.templ index 78de1f2..29af66a 100644 --- a/web/templates/race_public.templ +++ b/web/templates/race_public.templ @@ -14,7 +14,7 @@ templ RacePublic(heatData *models.HeatData, nextHeat *models.HeatData, onDeckHea
Car #: { laneData.CarNum }
Weight: { fmt.Sprintf("%.1f oz", laneData.CarWeight) }
@@ -159,8 +159,8 @@ templ raceNextHeatPreview(heatData *models.HeatData) {
// Helper template for displaying a row in the next heat preview
templ raceNextHeatRow(laneData models.LaneData) {