From fecafe139c4e58706300af00bdeb9c3356e40d30 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 4 Sep 2026 12:01:40 -0400 Subject: [PATCH] Natures: add the missing back link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every other reference page (Move/Item/Ability detail) has a '‹ back' link; NaturesView never got one, so the only way out was the phone's back gesture or the bottom nav. Add the same lookup__nav link, pointing at #/team since that's the page's only current entry point. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_017Ve7HLspzeG2xDPtJQ8vmu --- src/views/NaturesView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/NaturesView.js b/src/views/NaturesView.js index f52305b..bf95b98 100644 --- a/src/views/NaturesView.js +++ b/src/views/NaturesView.js @@ -4,6 +4,7 @@ import { NATURES, STAT_LABEL } from '../data/natures.js'; export function NaturesView() { const view = el('section', { class: 'view lookup' }); view.append( + el('nav', { class: 'lookup__nav' }, el('a', { class: 'link', href: '#/team' }, '‹ Team')), el( 'header', { class: 'view__header' },