# 27-Mar-2026 — walks: use dateUtils instead of new Date [#200](https://github.com/nbarrett/ngx-ramblers/issues/200)

## [build 568](https://github.com/nbarrett/ngx-ramblers/actions/runs/23760760018) — [commit 9ebfd7c](https://github.com/nbarrett/ngx-ramblers/commit/9ebfd7c05151fa6950dcc0e2ddd19f1d49b51d3f)

_____

### **walks**: use dateUtils instead of new Date and prefer future events, reuse contact components on event detail ([#200](https://github.com/nbarrett/ngx-ramblers/issues/200))

- When multiple events match a URL slug, prefer exact URL slug matches,
future events over past, and most recent as tiebreaker
- Rename WalkLeaderComponent to EventLeaderComponent and WalkGroupComponent
to EventGroupComponent to reflect that the data model is ExtendedGroupEvent
with different item types (group-walk, group-event)
- Reuse EventLeaderComponent on group-event detail view for DRY contact
handling (contact-us routing, WhatsApp/SMS dropdown, copy icons)
- Remove duplicated contact details markup from group-event-view