# 11-Feb-2026 — Walks and Footer: 1 fix and 1 refactor [#137](https://github.com/nbarrett/ngx-ramblers/issues/137)

## [build 484](https://github.com/nbarrett/ngx-ramblers/actions/runs/22253910814) — [commit 5532550](https://github.com/nbarrett/ngx-ramblers/commit/55325500ed74a2d2656f7c7918967d995047c1f2)

_____

Filter out GROUP_EVENT items in WALKS_MANAGER population mode so only
walking activities (group-walk, wellbeing-walk) appear on the walks page.

### **footer**: extract DRY FooterLinkSetting component and add footer spacing

Extract reusable FooterLinkSetting component with icon, checkbox, URL
input and ng-content slot. Replace 6 inline social media sections with
data-driven @for loop using footerLinks array with brand icons. Fix
missing groupUrl fields for Meetup and Instagram. Extend
ensureExternalSystemsInitialised to cover all 6 external systems.
Add footer margin-top for better content-to-footer spacing.