Skip to content

Commit 0f4fc38

Browse files
authored
fix(offline): link back to map (#173)
1 parent 4f646c1 commit 0f4fc38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/offline/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function OfflinePage() {
3535
</div>
3636
</div>
3737
<Button asChild className="mt-6">
38-
<Link href="/">Back to the map</Link>
38+
<Link href="/map">Back to the map</Link>
3939
</Button>
4040
</div>
4141
);

0 commit comments

Comments
 (0)