Skip to content

bug: offline page "Back to the map" links to / instead of /map #165

Description

@shauryagangrade

Problem

src/app/offline/page.tsx:37-39:

<Link href="/">Back to the map</Link>

The label promises the map but delivers the homepage — extra tap for someone on a flaky connection, which is exactly who sees this page.

Fix

One-line change: href="/map".

Acceptance criteria

  • Button lands on /map

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions