{"id":"69f26ba9bd28ba8b2142b8ef","title":"2026 04 29 Issue 249","path":"how-to/committee/release-notes/2026-04-29-issue-249","contentMarkdown":"# 29-Apr-2026 — logo target and prevent unit wrap on walk details [closes #249](https://github.com/nbarrett/ngx-ramblers/issues/249)\n\n## [build 629](https://github.com/nbarrett/ngx-ramblers/actions/runs/25131677331) — [commit 73857c9](https://github.com/nbarrett/ngx-ramblers/commit/73857c9ec1ca3cc2f24f6c0ac968aac3a7bd557a)\n\n_____\n\nSubscription handler had two consecutive return statements; the first returned the assignment of this.footer, leaving this.national = item.national as dead code. national stayed undefined, so the logo's [href] resolved to nothing and clicking it just stayed on the current page (which read like 'links to the instance homepage').\n\nRemoved the early return so both footer and national are set on every config event. The logo now uses config.national.mainSite.href, defaulting to https://ramblers.org.uk and editable per-instance via Admin -> System Settings -> External Systems -> Ramblers.\n\nWalk details Distance and Ascent values (e.g. \"9.1 mi / 14.64 km\", \"1906 ft / 580.9 m\") were splitting between number and unit on narrow columns. Added text-nowrap to the strong elements so each value stays on a single line; if the column is too narrow the whole value drops below the label rather than breaking inside.","contentHtml":"<h1>29-Apr-2026 — logo target and prevent unit wrap on walk details <a href=\"https://github.com/nbarrett/ngx-ramblers/issues/249\">closes #249</a></h1>\n<h2><a href=\"https://github.com/nbarrett/ngx-ramblers/actions/runs/25131677331\">build 629</a> — <a href=\"https://github.com/nbarrett/ngx-ramblers/commit/73857c9ec1ca3cc2f24f6c0ac968aac3a7bd557a\">commit 73857c9</a></h2>\n<hr>\n<p>Subscription handler had two consecutive return statements; the first returned the assignment of this.footer, leaving this.national = item.national as dead code. national stayed undefined, so the logo&#39;s [href] resolved to nothing and clicking it just stayed on the current page (which read like &#39;links to the instance homepage&#39;).</p>\n<p>Removed the early return so both footer and national are set on every config event. The logo now uses config.national.mainSite.href, defaulting to <a href=\"https://ramblers.org.uk\">https://ramblers.org.uk</a> and editable per-instance via Admin -&gt; System Settings -&gt; External Systems -&gt; Ramblers.</p>\n<p>Walk details Distance and Ascent values (e.g. &quot;9.1 mi / 14.64 km&quot;, &quot;1906 ft / 580.9 m&quot;) were splitting between number and unit on narrow columns. Added text-nowrap to the strong elements so each value stays on a single line; if the column is too narrow the whole value drops below the label rather than breaking inside.</p>\n"}